diff options
author | Akinori MUSHA <[email protected]> | 2020-09-20 22:03:33 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-12-04 19:23:59 +0900 |
commit | a3db08d7b6ff119223f77e3df00b4f6deac971e2 (patch) | |
tree | 3d28c29cd7be00463bb90ede394104ca453bceaf /spec | |
parent | 46fc8d78a5d23d3c9a24e1bcc3c5cde4bce888de (diff) |
[ruby/set] Remove SortedSet implementations
It required RBTree to perform decently and the external dependency was
not suitable for a standard library. The pure ruby fallback
implementation was originally meant to be an example of how to write a
subclass of Set, and its poor performance was not suitable for use in
production.
I decided it should be distributed as an external library instead of
bundling it with Set.
https://github.com/ruby/set/commit/dfcc8e568b
Diffstat (limited to 'spec')
0 files changed, 0 insertions, 0 deletions