Skip to content

Commit

Permalink
Add more docs to FolderDict (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann authored Apr 24, 2024
1 parent 3ce65f7 commit 2fc5395
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dev/FolderDict.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ Special Features:
- EXPERIMENTAL: thread safe
Developer Notes
- all keys must always be in `.keydict`, regardless of cache or priority
- pqueue is arbitor, so assumed that .cache will mirror happenings of pqueue
- all keys must always be in `.keydict`, regardless of cache or priority.
- all setindex! call always writes the elemental to folder regardless of caching.
- pqueue is arbitor, so assumed that .cache will mirror happenings of pqueue.
WIP Constraints:
- FIXME, had trouble inheriting from `Base.AbstractDict`
Expand Down

0 comments on commit 2fc5395

Please sign in to comment.