Hi.

Are there any plans to support SRFI-38 (or similar functionality as provided
by R7RS) in Chicken 5 natively?
I use the reference implementation of SRFI-38, but reading of s-expressions 
with many
thousand sharings becomes a bottleneck, e.g. 3 hours instead of 1 second.
(The reason is the use of a list (instead of a vector) for storing pairs of
(label . datum).)

Ciao
Sven

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to