Skip to content
/ FastKV Public

A fast key value store library base on memory map files. You can use it in Unity.

License

Notifications You must be signed in to change notification settings

xiabob/FastKV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastKV

A fast key value store library base on memory map files. You can use it in Unity.

Usage

// open
fastKV = FastKV.Open("file_name", "xxxx");

// set and get
fastKV.SetInt("int_key");
fastKV.GetInt("int_key");

// after use you close it
fastKV.Close();

About

A fast key value store library base on memory map files. You can use it in Unity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages