Skip to content

Comment on Modern Common Lisp with FSetparent

Comments

Big-O is one thing. Big constant factor, heap fragmentation and cache locality are other useful characteristics of data structures.

Most lisp implementations use a moving collector of some kind, so heap fragmentation is less of a concern.

As far as constant factors go, this library is a middle ground; they strive for low constant factors in their algorithms, but it relies almost entirely on generic functions, so that alone is going to limit the maximum speed in e.g. tight loops.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.