Skip to content

Commit

Permalink
add to list of usecases
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat committed Apr 19, 2024
1 parent 61f05e3 commit ffadb0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ This library provides efficient operations for ordered sets.

May be useful in the following cases:

- Set elements must remain keep their order.
- Set elements are expensive to store as primitives.
- Set sizes are large (>500,000 elements)

If neither of these apply, it's probably better to implement the needed operations using Javascript's Set class.
If none of these apply, it's probably better to implement the needed operations using Javascript's Set class.

## Extension

Expand Down

0 comments on commit ffadb0b

Please sign in to comment.