vxsort-cpp VS tidb

Compare vxsort-cpp vs tidb 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)
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 tidb
2 1
30 19
- -
5.9 0.0
6 months ago almost 2 years ago
C++ Go
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

tidb

Posts with mentions or reviews of tidb. 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
    This is great, and can definitely help quite a lot database and big data projects. I can immediately imagine this is a perfect match to one open source HTAP system (https://github.com/tigraph/tidb) which uses SIMD in their columnar processing engine TiFlash (https://github.com/pingcap/tiflash).

What are some alternatives?

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

vops