Detect Linux, OSX, or Windows with a handy discriminated union
3 people like thisPosted: 8 years ago by Jack Mott
A filter function for arrays that is up to 4x faster and uses less memory. The catch is you need to manage the IndexPool, in case you filter some huge arrays and want the memory back after.
3 people like thisPosted: 8 years ago by Jack Mott
A SIMD enhanced fold function that adds on to the Array type
2 people like thisPosted: 8 years ago by Jack Mott
Another faster filter. Faster in almost all circumstances for sufficiently simple predicates. Not as fast as http://www.fssnip.net/7Qp but does not require the hacky ThreadLocal ResizeArray.
1 people like thisPosted: 8 years ago by Jack Mott