bitmap_perf_test
By myrrlyn
arrow2
Unofficial transmute-free Rust library to work with the Arrow format (by jorgecarleitao)
Our great sponsors
bitmap_perf_test | arrow2 | |
---|---|---|
1 | 13 | |
0 | 431 | |
- | - | |
0.0 | 9.7 | |
about 1 year ago | 6 days ago | |
Rust | Rust | |
- | GNU General Public License v3.0 or later |
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.
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.
bitmap_perf_test
Posts with mentions or reviews of bitmap_perf_test.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-21.
-
[Help] Performant write of comparison to a LSB bitmap
Here's my benchmark.
arrow2
Posts with mentions or reviews of arrow2.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-09.
- Anda para aqui alguém a brincar com Rust (linguagem)?
-
Arrowdantic 0.1.0 released
Arrowdantic is a small Python library backed by a mature Rust implementation of Apache Arrow that can interoperate with * Parquet * Apache Arrow and * ODBC (databases).
- Arrow2 v0.10.0 released (now using `std::simd`, support for ODBC, copy on write)
-
Arrow2 0.9 has been released
For the IPC format, an example is here: https://github.com/jorgecarleitao/arrow2/tree/main/examples/ipc_pyarrow
-
Should I bump to 2021 edition?
I have this PR that just bumps it with no code changes. How will I affect users with this change?
- arrow2 0.6.0 has been released (now compatible with `std::Vec`)!
-
[Question] An efficient way of iterating over the bits of an integer?
If you find more efficient way, please let us know in https://github.com/jorgecarleitao/arrow2, we are very interested in this problem.
-
Polars 0.16.0 is out!
See more in this PR: https://github.com/jorgecarleitao/arrow2/pull/385
This release comes with a lot of features, performance improvements and bug fixes read the changelog. Most notable change may be that this polars release now is based on arrow2.
What are some alternatives?
When comparing bitmap_perf_test and arrow2 you can also consider the following projects:
polars - Fast multi-threaded DataFrame library in Rust | Python | Node.js
pyodide - Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
arrow-datafusion - Apache Arrow DataFusion SQL Query Engine
db-benchmark - reproducible benchmark of database-like ops
datafuse - An elastic and reliable Cloud Warehouse, offers Blazing Fast Query and combines Elasticity, Simplicity, Low cost of the Cloud, built to make the Data Cloud easy [Moved to: https://github.com/datafuselabs/databend]
parquet2 - Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow