Skip to content

Commit

Permalink
removed limitations in AtomicDict
Browse files Browse the repository at this point in the history
  • Loading branch information
dpdani committed Mar 6, 2024
1 parent e68af41 commit d63a9b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,6 @@ Also see colesbury/nogil#121.

## AtomicDict

Currently, the implementation of `AtomicDict` is quite limited:

- (dpdani/cereggii#3) it can hold at most $2^{25}$ keys (~33.5M);
- (dpdani/cereggii#4) it does not support deletions (`del d[k]`);
- (dpdani/cereggii#5) it does not support dynamic resizing; and
- several common functionalities are missing.

You can see that there is some more performance to be gained by simply using `AtomicDict`, looking at the execution
of [the count keys example](./examples/atomic_dict/count_keys.py).

Expand Down

0 comments on commit d63a9b6

Please sign in to comment.