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

Initial draft of SharedMem Cache Algorithm#2

Open
shachar-harussi wants to merge 8 commits intoodnoklassniki:masterfrom
Paxata:sh/shmem-cache
Open

Initial draft of SharedMem Cache Algorithm#2
shachar-harussi wants to merge 8 commits intoodnoklassniki:masterfrom
Paxata:sh/shmem-cache

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