JuliaCollections / OrderedCollections.jl

Julia implementation of associative containers that preserve insertion order
MIT License
92 stars 38 forks source link

Implement `LittleSet` (#81) #95

Closed Tokazama closed 1 year ago

Tokazama commented 2 years ago

@CameronBieganek, this is a quick draft of what I thought LittleSet might look like. Given the application for this data structure (<50 element sets), I'm assuming optimization is going to be a focus. If there's some specific method you had in mind it might be worth checking that before distribute this.