Skip to content

Key Value Store Competition(held by qlcoder) Project - (Index, In-Memory Buffer, Async Write, Top-Coder Competition Codes)

License

Notifications You must be signed in to change notification settings

YcheCourseProject/KeyValuePlay

Repository files navigation

Key-Value Store

Problem Feature

Key-Value alignment boundary is fixed as follows(Unit:Byte)

Key-Alignment Value-Alignment
10~70 80~160
10~300 1k~3k
1k~3k 10k~30k

Key-Value is string, string type

Not Require LRU-Cache, get(), put() is in random manner

My Solution

My Study Codes

Other Top-Coders Solutions

General Sol

Small Sol

##Other Coders Thoughts

About

Key Value Store Competition(held by qlcoder) Project - (Index, In-Memory Buffer, Async Write, Top-Coder Competition Codes)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published