vxsort-cpp VS version2

Compare vxsort-cpp vs version2 and see what are their differences.

vxsort-cpp

My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++) (by damageboy)

version2

Vector class library, latest version (by vectorclass)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vxsort-cpp version2
2 6
30 1,227
- 1.9%
5.9 5.8
6 months ago 3 months ago
C++ C++
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vxsort-cpp

Posts with mentions or reviews of vxsort-cpp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-04.
  • Significantly faster quicksort using SIMD
    8 projects | news.ycombinator.com | 4 Jun 2022
    Interesting post and paper, thanks!

    Sometimes the state of the art is not found in another paper but somewhere else, e.g,. there is vxsort by Dan Shechter (damageboy):

    https://github.com/damageboy/vxsort-cpp/tree/master

    He uses a similar approach and while I'm not sure how it compares to the Blacher et al version, I expect it to be in the ballpark.

  • Discussion Thread
    1 project | /r/neoliberal | 21 Nov 2021

version2

Posts with mentions or reviews of version2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-08.

What are some alternatives?

When comparing vxsort-cpp and version2 you can also consider the following projects:

vops

highway - Performance-portable, length-agnostic SIMD with runtime dispatch

aoc22 - Advent of Code solutions for 2022 (in Python)

advent2022

adventOfCode2022

simde - Implementations of SIMD instruction sets for systems which don't natively support them.

Day4 - My (messy) Python3 solution for day4's puzzle.

advent-of-code

adventOfCode2022 - For tracking my advent of code participation 2022

advent-of-code-2022-rust - My Rust advent of code 2022 solutions

simd_decimal - vectorized decimal parsing

aoc22 - aoc22