Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v0.2.1
disklru
Browse files
Jan 10, 2023
[packaging] preparing 0.2.1
· 94449327
ufoot
authored
Jan 08, 2023
View commits for tag v0.2.1
v0.2.1
94449327
[bug-fix] fixed but in get() func
· 258ac6d3
ufoot
authored
Jan 08, 2023
258ac6d3
[bug-fix] fixed but in get() func
· 5272819d
ufoot
authored
Jan 08, 2023
5272819d
[debug] isolating get bug with monkey test
· 800da2a9
ufoot
authored
Jan 08, 2023
800da2a9
Jan 09, 2023
[packaging] preparing 0.2.0
· 09240dc6
ufoot
authored
Jan 07, 2023
View commits for tag v0.2.0
v0.2.0
09240dc6
[api] removed private funcs from pub
· 3eba9596
ufoot
authored
Jan 07, 2023
3eba9596
[tests] added bench
· c375cff7
ufoot
authored
Jan 07, 2023
c375cff7
[api] added dump/restore
· 9f4a04b7
ufoot
authored
Jan 07, 2023
9f4a04b7
[iter] added export_keys and export_values
· 4d52d78c
ufoot
authored
Jan 07, 2023
4d52d78c
[iter] made a difference between iter and export
· 2e9bd3c2
ufoot
authored
Jan 07, 2023
2e9bd3c2
[export] added to_vec and to_map
· 0c5b2eff
ufoot
authored
Jan 07, 2023
0c5b2eff
[optim] updating len only when needed
· 30de082c
ufoot
authored
Jan 07, 2023
30de082c
[bug-fix] storing len properly at startup
· 688cf83b
ufoot
authored
Jan 07, 2023
688cf83b
[store] len and capacity now stored in DB
· 571e066d
ufoot
authored
Jan 07, 2023
571e066d
[iterators] added keys and values
· f20003a2
ufoot
authored
Jan 07, 2023
f20003a2
[api] push works
· 4efc08df
ufoot
authored
Jan 07, 2023
4efc08df
[api] implemented pop_lru
· d540e88c
ufoot
authored
Jan 07, 2023
d540e88c
Jan 07, 2023
[packaging] preparing 0.1.1
· 59b4d5a0
ufoot
authored
Jan 07, 2023
View commits for tag v0.1.1
v0.1.1
59b4d5a0
[api] implemented get (the most important func)
· fe4fe912
ufoot
authored
Jan 07, 2023
fe4fe912
[api] introduced forget, respecting capacity
· cea768c1
ufoot
authored
Jan 07, 2023
cea768c1
[store] insert and removal works.
· c5cc0df5
ufoot
authored
Jan 07, 2023
c5cc0df5
[refactor] more trans utilities
· ea523a3e
ufoot
authored
Jan 07, 2023
ea523a3e
[trans] implementing inserts
· fa36f6d6
ufoot
authored
Jan 07, 2023
fa36f6d6
[debug] introduced audit() func
· 7c7b4689
ufoot
authored
Jan 07, 2023
7c7b4689
[cleanup] removed dead code
· eccd4075
ufoot
authored
Jan 07, 2023
eccd4075
[api] added a shortcut to open a temporary store
· eca46908
ufoot
authored
Jan 07, 2023
eca46908
[refactor] finished rework of trans module
· b2405a75
ufoot
authored
Jan 07, 2023
b2405a75
[refactor] work-in-progress, changing trans interfaces...
· 8c6271e8
ufoot
authored
Jan 07, 2023
8c6271e8
Jan 06, 2023
[refactor] moved more logic to transactions
· 71c2ffa6
ufoot
authored
Jan 01, 2023
View commits for tag v0.1.0
v0.1.0
71c2ffa6
[trans] new blank trans to insert data
· 146deaa1
ufoot
authored
Jan 01, 2023
146deaa1
[refactor] renamed get_head -> find_head
· 9ec82687
ufoot
authored
Jan 01, 2023
9ec82687
[refactor] moved nodes structs to their own node module
· 00c60ba9
ufoot
authored
Jan 01, 2023
00c60ba9
[serialization] introduced NodeRef
· c95dda27
ufoot
authored
Jan 01, 2023
c95dda27
Jan 05, 2023
[refactor] finished moving trans to their own module
· db4fa2b2
ufoot
authored
Jan 01, 2023
db4fa2b2
[refactor] moving transaction code to its own module
· ddf6e6d3
ufoot
authored
Jan 01, 2023
ddf6e6d3
[display] pretty-print of store
· a2b4d02c
ufoot
authored
Jan 01, 2023
a2b4d02c
[iter] introduced a primitive iterator
· 5ee3b0f7
ufoot
authored
Jan 01, 2023
5ee3b0f7
[store] implemented simple removal and async flush
· 358a2405
ufoot
authored
Jan 01, 2023
358a2405
[store] removed useless closure
· 8b2e12f1
ufoot
authored
Jan 01, 2023
8b2e12f1
[store] making progress, able to insert 1 key
· ab283ce0
ufoot
authored
Jan 01, 2023
ab283ce0
Loading