Re: New egg: integer-map

2021-03-07 Thread Mario Domenech Goulart
On Sat, 6 Mar 2021 21:33:59 -0500 Wolfgang Corcoran-Mathe wrote: > I'd like to announce (and add to the coop) a new egg, integer-map, > which provides immutable mapping structures optimized for fixnum keys. > > The documentation is at https://wiki.call-cc.org/eggref/5

New egg: integer-map

2021-03-06 Thread Wolfgang Corcoran-Mathe
Hi all, I'd like to announce (and add to the coop) a new egg, integer-map, which provides immutable mapping structures optimized for fixnum keys. The documentation is at https://wiki.call-cc.org/eggref/5/integer-map The interface is subject to change, and feedback is appreciated. The raw