vector-sorting-benchmarks

I want to beat std::sort with Haskell. (by sergv)

Vector-sorting-benchmarks Alternatives

Similar projects and alternatives to vector-sorting-benchmarks

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better vector-sorting-benchmarks alternative or higher similarity.

vector-sorting-benchmarks reviews and mentions

Posts with mentions or reviews of vector-sorting-benchmarks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-13.
  • Limits of possible performance improvements of Haskell/GHC code?
    3 projects | /r/haskell | 13 Nov 2022
    I recently tried to implement quicksort on vectors in Haskell aiming to make it fast enough to be comparable to C++. If you're curious you can check out https://github.com/sergv/vector-sorting-benchmarks. After some time and research on what C++ actually does I reimplemented it in Haskell and the result managed to stay within reasonable % of C++. E.g. sorting 1000 arrays of 20000 8-byte integers on my machine takes 523ms in C++ (with ffi overhead) and 545ms in fastest Haskell algorithm with closest others taking around 650ms.

Stats

Basic vector-sorting-benchmarks repo stats
1
1
10.0
over 1 year ago

The primary programming language of vector-sorting-benchmarks is C.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com