Merge branch 'dev' of github.com:bloeys/nset into dev

This commit is contained in:
bloeys
2022-06-10 23:51:18 +04:00

View File

@ -20,7 +20,7 @@ get intersections.
Maybe you want a set implementation? Then this is one, but there are other reasons. Maybe you want a set implementation? Then this is one, but there are other reasons.
If you are using your hash maps/arrays like sets or do a lot of checks to see if items exists in your hash maps then NSet might make sense. If you are using your hash maps/arrays like sets or do a lot of checks to see if items exists in your hash maps then NSet might make sense.
In such cases NSet makes sense because it is both faster and more memory efficient. You can see more about this in the Benchmarks section. In such cases NSet makes sense because it is both faster and more memory efficient. You can see more about this in the [Benchmarks](#benchmarks) section.
Here are some examples where you might want to consider NSet: Here are some examples where you might want to consider NSet: