Harmonia_for_B_plus_trees VS tlx

Compare Harmonia_for_B_plus_trees vs tlx and see what are their differences.

Harmonia_for_B_plus_trees

Harmonia is an algorithm that allows for the implementation of operations on B+ trees using parallelization. As a part of my GPU project, I implemented the Harmonia paper published in 2019 in CUDA. (by JustKshitijD)

tlx

TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers (by tlx)
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
Harmonia_for_B_plus_trees tlx
1 1
22 386
- 0.3%
10.0 4.3
almost 3 years ago 12 months ago
Cuda C++
- Boost Software License 1.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.

Harmonia_for_B_plus_trees

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

tlx

Posts with mentions or reviews of tlx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-17.
  • A High Throughput B+tree for SIMD Architectures [pdf]
    2 projects | news.ycombinator.com | 17 Sep 2023
    I once needed that thing (with 32-bit integer keys, and either FP32 or FP64 values), but I didn’t want to spend too much time designing novel data structures.

    I have copy-pasted B+ tree from TLX https://github.com/tlx/tlx (Boost license), and then I did some local changes to improve the performance for my specific keys and value types. I have used AVX2 intrinsics to improve search within nodes, and I also implemented a few more simple tricks. After these changes, the performance became satisfactory for my application.

What are some alternatives?

When comparing Harmonia_for_B_plus_trees and tlx you can also consider the following projects:

kactl - KTH Algorithm Competition Template Library (... eller KTHs AC-tillverkande lapp)

C-Plus-Plus - Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.

AlgorithmsAndDataStructure - Algorithms And DataStructure Implemented In Python, Java & CPP, Give a Star 🌟If it helps you

LeetCode-Solutions - 🏋️ Python / Modern C++ Solutions of All 3150 LeetCode Problems (Weekly Update)

cpp-sort - Sorting algorithms & related tools for C++14