openmessaging / dledger

A raft-based java library for building high-available, high-durable, strong-consistent commitlog.
Apache License 2.0
800 stars 315 forks source link

Implement a highly available embedded KV storage with DLedger apply log to HPPC HashMap #14

Open SteNicholas opened 5 years ago

SteNicholas commented 5 years ago

For implementing a highly available embedded KV storage with DLedger, consider applying HPK to these local maps, such as HashMap.Does this consider HPPC high-performance HashMaps here?

dongeforever commented 5 years ago

@SteNicholas It sounds pretty good.