libsais VS cello

Compare libsais vs cello and see what are their differences.

libsais

libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm. (by IlyaGrebnov)
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
libsais cello
1 1
164 75
- -
5.8 10.0
22 days ago over 1 year ago
C Nim
Apache License 2.0 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.

libsais

Posts with mentions or reviews of libsais. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-09.
  • The Technical Workloads Where AMD Ryzen 9 7900X3D/7950X3D CPUs Are Excellent
    2 projects | /r/Amd | 9 Mar 2023
    The old engineered state of art was difsufsort but now there is libsais that makes use of prefetching (would be interesting to see how both react to huge caches). As for datasets, there are many classical ones. From rough order of size: Silesia Corpus, Manzini Corpus, Pizza&Chili Corpus, Large Text Compression Benchmark Corpus, etc.

cello

Posts with mentions or reviews of cello. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing libsais and cello you can also consider the following projects:

wbz - A parallel implementation of the bzip2 data compressor in python, this data compression pipeline is using algorithms like Burrows–Wheeler transform (BWT) and Move to front (MTF) to improve the Huffman compression. For now, this tool only will be focused on compressing .csv files, and other files on tabular format.

libdivsufsort - A lightweight suffix-sorting library

SeqAn - SeqAn's official repository.

sdsl-lite - Succinct Data Structure Library 3.0

lzsa - Byte-aligned, efficient lossless packer that is optimized for fast decompression on 8-bit micros