all repos — volatile @ 7711e07c600847e0d27ed8730f254f501fb87f50

A (dead) simple volatile data storage written in Go.

README (view raw)

 1volatile
 2--------
 3
 4A (dead) simple volatile data storage written in Go.
 5
 6
 7FEATURES
 8
 9• Automatic cleanup via goroutines!
10• Get, Set, Has and Remove methods!
11• Can be as fast (or slow) as you wish!
12• Does not use any external libraries, only native go!
13• Absolutely unsafe memory-wise and probably more resource-intensive than any other alternative.
14
15
16USAGE
17
18Check out 'volatile_test.go' for some examples.
19
20
21INSTALLING
22
23go get github.com/BiRabittoh/volatile
24
25
26LICENSE
27
28volatile is licensed under MIT.