im-rs VS im-lists

Compare im-rs vs im-lists and see what are their differences.

im-rs

Assorted immutable collection datatypes for Rust (by bodil)

im-lists

Immutable unrolled linked lists (by mattwparas)
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
im-rs im-lists
6 1
1,459 2
- -
0.0 5.1
over 1 year ago about 1 month ago
Rust Rust
Mozilla Public 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.

im-rs

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

im-lists

Posts with mentions or reviews of im-lists. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-03.
  • Steel – An embedded scheme interpreter in Rust
    13 projects | news.ycombinator.com | 3 Dec 2023
    To answer each of these:

    1. I do support parameters now, syntax parameters not yet. I would like to! But Racket has a pretty hefty head start on me so it'll take some time.

    2. Right now I have syntax-rules macros, I also have defmacro style macros that get used internally in the kernel during expansion, but haven't yet opened them up for user space yet. Syntax case will be coming soon hopefully.

    3. The odds of me being able to come up with an implementation to match typed racket pound for pound is pretty low. I have toyed with using contracts as types (where possible), with medium/promising success in certain situations. I have a soft spot for racket and have been modeling behavior after it, however it will take time to be able to create a macro system powerful enough to match it. It wouldn't be impossible to create an alternative syntax to just lower to steel after type checking, but I haven't put time into that.

    On the list type - the list in use currently is an unrolled linked list https://github.com/mattwparas/im-lists, which I've found to yield much better performance for iteration than the naive linked lists. When possible, the vm does some in place mutation on the lists as well when consing, which helps performance as well. I also can hot swap for a vlist, but at the moment have stuck with unrolled linked lists.

What are some alternatives?

When comparing im-rs and im-lists you can also consider the following projects:

dashmap - Blazing fast concurrent HashMap for Rust.

rune - An embeddable dynamic programming language for Rust.

syncbuf - A small library of append-only, thread-safe, lock-free data structures.

embedded-scripting-languages - A list of embedded scripting languages

concurrent - A crate with some concurrent data structures.

glsp - The GameLisp scripting language

crossbeam - Tools for concurrent programming in Rust

steel - An embedded scheme interpreter in Rust

samsara - a reference-counting cycle collection library in rust

helix - A post-modern modal text editor.