]> gitweb.factorcode.org Git - factor.git/commit
multisets: Basic multiset vocabulary based on avl trees and hashes.
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 29 Jul 2022 03:27:20 +0000 (22:27 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 29 Jul 2022 03:27:20 +0000 (22:27 -0500)
commit50123e587c1026efe82c5053d9cb947e6ef51c45
treed472cf89947065ead4cff1768cbca59b3403f77a
parent85c7bb51bea30687fb972de65994ce0166c1e32f
multisets: Basic multiset vocabulary based on avl trees and hashes.

There's probably a way to do this much much better, but it's a start.
extra/multisets/authors.txt [new file with mode: 0644]
extra/multisets/multisets-tests.factor [new file with mode: 0644]
extra/multisets/multisets.factor [new file with mode: 0644]