KyLeggiero / Swift-Fast-Reduce

A fast version of the Swift Standard Library's reduce function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift Fast Reduce

A much faster* version of the Swift Standard Library's reduce function.

This function was created by Ben Leggiero and is licenced under BH-0-PD.


*The speed of this algorithm was determined by converting very large data sets to a single object (These will be made public shortly). Other tests might show this to be the same speed or slower than Swift's standard version.

About

A fast version of the Swift Standard Library's reduce function


Languages

Language:Swift 100.0%