Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Initial draft of SharedMem Cache Algorithm #2

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

shachar-harussi
Copy link

  • the concept works !!!
  • need to do:
  • handle crash of JVM in middle of lock
  • make the cache fixed size
  • fail the cache on number of keys too big and do expand()
  • add LRU

Lots of work !

- the concept works !!!
- need to do:
1. handle crash of JVM in middle of lock
2. make the cache fixed size
3. fail the cache on number of keys too big  and do expand()
4. add LRU

Lots of work !
- replaced unsafe operations with MemoryMappedBuffer operation
add clear and verify
fix timestamp for IPC
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant