diff options
author | Peter Bex <peter@more-magic.net> | 2025-07-29 14:52:12 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2025-08-18 13:39:31 +0200 |
commit | 2da2aae3a1ff27f62b9d87fddf26bf1caf6ea687 (patch) | |
tree | 990e690eec1697ec634a4abf910aaf188b970182 /benchmarks/benchmark.rb | |
download | slset-2da2aae3a1ff27f62b9d87fddf26bf1caf6ea687.tar.gz |
Initial implementation of slsets egg
This implements sets of symbols *as lists*, like in the srfi-1 lset
operations. It maintains the benefit of using lists for everything,
but not having to pay the quadratic performance penalty that srfi-1
entails. We achieve this by using plist operations to "mark" items
so we have to visit the list "set" only a fixed number of times.
Diffstat (limited to 'benchmarks/benchmark.rb')
0 files changed, 0 insertions, 0 deletions