ruricolist / cloture

Clojure in Common Lisp
376 stars 7 forks source link

Consider FSet alternatives #11

Open ruricolist opened 1 year ago

ruricolist commented 1 year ago

Layering another generic API on top of FSet's is redundant, and the tweaks we make to FSet break it for other programs using FSet in the same Lisp image.

Potential alternatives:

filipencopav commented 8 months ago

There is a project called persidastricl, maybe it is complete enough to use its data structures?

What are the problems of cl-hamt, by the way?

ruricolist commented 8 months ago

I'm not aware of any problems with it, I just don't have any experience with it.