Merge pull request #1 from mohammed-ali-1/patch-1

add Benchmarks anchor link
This commit is contained in:
Omar Mahdi
2022-06-10 19:13:20 +04:00
committed by GitHub

View File

@ -20,7 +20,7 @@ get intersections.
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.
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: