pfds icon indicating copy to clipboard operation
pfds copied to clipboard

functional data structures for scheme

Results 7 pfds issues
Sort by recently updated
recently updated
newest added

Hi! I just took a superficial look at the bbtrees implementation, because I was looking for the simple binary trees implementation and thought maybe that bb stands for "balanced binary"....

See the abandoned PR, which is still valid but was closed (abandoned) without resolution by its author: https://github.com/ijp/pfds/pull/6.

If you’re interested, I’d like to donate this srfi-134-implementation of deques: https://github.com/scheme-requests-for-implementation/srfi-134/tree/master/contrib/arne-babenhauserheide

Tests run successfully on Chez Scheme.

Update the dead link #2

Hi Ian, Your readme file gives a link to the `wak` module for unit-testing, however the link is broken and I'm unable to find the package elsewhere. I'm trying to...

I just installed this library using Guix (guile-pfds v.0.3), but I encounter behaviors I cannot explain: ```scheme (use-modules (srfi srfi-1)) (use-modules (pfds hamts)) (define make-string-hamt (lambda () (make-hamt string-hash string=?)))...