splay_tree_map.cr VS crystal-linked-list

Compare splay_tree_map.cr vs crystal-linked-list and see what are their differences.

splay_tree_map.cr

This is a Crystal implementation of a Splay Tree; which is a type of binary search tree that is semi-balanced and that tends to self-optimize so that the most accessed items are the fastest to retrieve. (by wyhaines)

crystal-linked-list

Simple linked list implementation in Crystal (by abvdasker)
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
splay_tree_map.cr crystal-linked-list
- -
14 12
- -
4.6 0.0
11 months ago about 4 years ago
Crystal Crystal
Apache License 2.0 MIT License
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.

splay_tree_map.cr

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

We haven't tracked posts mentioning splay_tree_map.cr yet.
Tracking mentions began in Dec 2020.

crystal-linked-list

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

We haven't tracked posts mentioning crystal-linked-list yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing splay_tree_map.cr and crystal-linked-list you can also consider the following projects:

crystalg - Algorithm Library for Crystal

crystalline - A collection of containers & algorithms for the Crystal programming language

murmur3 - Crystal implementation of Murmur3 hash algorithm used by Cassandra

aho_corasick - aho_corasick for crystal-lang

qr-code - a QR Code implementation written in crystal lang

bitfields - Bit Fields for Crystal Language

haversine - Crystal implementation of the Haversine formula to calculate distances between two points given their latitudes and longitudes

multiset.cr - Multiset (bag) implementation in Crystal

ksuid.cr - Crystal implementation of K-Sortable Globally Unique IDs

radix - Radix Tree implementation for Crystal

miller_rabin - Miller-Rabin algorithm for prime checking