lady-deirdre VS comemo

Compare lady-deirdre vs comemo and see what are their differences.

lady-deirdre

Compiler front-end foundation technology. (by Eliah-Lakhin)

comemo

Incremental computation through constrained memoization. (by typst)
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
lady-deirdre comemo
1 1
70 378
- 2.6%
5.2 5.6
about 1 month ago 25 days ago
Rust Rust
- 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.

lady-deirdre

Posts with mentions or reviews of lady-deirdre. We have used some of these posts to build our list of alternatives and similar projects.
  • Why Split Lexing and Parsing into Two Separate Phases?
    1 project | news.ycombinator.com | 4 May 2023
    Well, my personal experience was in the opposite direction actually.

    I used to use combinators-based approach without Lex/Syn separation (aka PEGs) for a long time. But then I came up to understanding that the separation approach is actually better in performance. And also that working and debugging of the Token sequences while writing parser manually is just more handy (at least for me).

    But this is my personal experience of course. I do believe too that it all depends on the goal, and parsers micro-optimizations is not that much critical in many cases, and that combinators approach actually works quite well too.

    As of Nom, I can say that it works quite well. But I think that the it's performance gains stem from the fact that Rust is a systems-based PL, and it optimizes function combinations just better than, let say, JavaScript or Python.

    In my incremental parsers library Lady Deirdre I utilize Lex/Syn separation, and the LL(1) recursive-descend parsing, and it shows much better performance than in Tree-Sitter at least on relatively big files [1].

    [1] https://github.com/Eliah-Lakhin/lady-deirdre/tree/master/wor...

comemo

Posts with mentions or reviews of comemo. We have used some of these posts to build our list of alternatives and similar projects.
  • Durable Incrementality
    1 project | news.ycombinator.com | 25 Jul 2023
    I wonder how this compares to comemo [1] [2], they're both memoization frameworks with "tricks" to limit invalidation.

    The trick in comemo's blog post is to make the dependencies fine-grained, by tracking and only comparing what parts of them are actually used; while the trick here is to have functions depend on other outputs instead of the root input, so changes don't propagate all the way.

    [1] https://laurmaedje.github.io/posts/comemo/

    [2] https://github.com/typst/comemo

What are some alternatives?

When comparing lady-deirdre and comemo you can also consider the following projects:

bkt - a subprocess caching utility, available as a command line binary and a Rust library.

zinoma - Žinoma - Make your build flow incremental

tree-sitter - An incremental parsing system for programming tools

cached - Rust cache structures and easy function memoization

michie - A Rust attribute macro that adds memoization to a function (rhymes with Mickey)

moxie - lightweight platform-agnostic tools for declarative UI