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-05 09:41:44 +0200 |
commit | 84a9205579a6d069a40d23b4bc815bc1a50b8181 (patch) | |
tree | 82a7986e4f60a5d222ff0ceefbe6f199c57843e5 /benchmarks/benchmark.py | |
download | slsets-84a9205579a6d069a40d23b4bc815bc1a50b8181.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.py')
0 files changed, 0 insertions, 0 deletions