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 · master
persy
Browse files
Dec 13, 2021
fix some typos
· 971eec8d
李冬冬
authored
Dec 13, 2021
971eec8d
Dec 10, 2021
refactor: optimization of last journal page read while cleanup
· 998ae3b2
tglman
authored
Dec 10, 2021
998ae3b2
fixed test of forced closed instance creating low level issues
· 68af6242
tglman
authored
Nov 30, 2021
68af6242
made sure the clean of the wall happen after fsync
· 90a73ed6
tglman
authored
Nov 30, 2021
90a73ed6
better concurrent use of root pages write
· 42e4a85e
tglman
authored
Nov 28, 2021
42e4a85e
add write of root pages only on sync
· b59656ae
tglman
authored
Nov 14, 2021
b59656ae
additional unification of root pages management
· b6ae77e1
tglman
authored
Nov 14, 2021
b6ae77e1
moved root pages flags in the holder
· 17824cac
tglman
authored
Nov 14, 2021
17824cac
used root page holder to keep info of root pages
· e9e4a105
tglman
authored
Nov 13, 2021
e9e4a105
add some holder types for keep the root pages infos
· 4864758f
tglman
authored
Nov 13, 2021
4864758f
refactor to centralize the root pages logic
· 507461ef
tglman
authored
Nov 13, 2021
507461ef
add reuse of allocation in more indexes cases
· 216665a2
tglman
authored
Dec 08, 2021
216665a2
reuse internal structures for indexes nodes
· fe498924
tglman
authored
Dec 07, 2021
fe498924
fix: made sure that journal start list follow the same order of journal pages
· a1d396e1
tglman
authored
Dec 10, 2021
a1d396e1
Dec 09, 2021
refactor: remove not neded generic clone implementation
· 125c4940
tglman
authored
Dec 09, 2021
125c4940
refactor: optimization of journal page management
· 5179710c
tglman
authored
Dec 09, 2021
5179710c
Dec 07, 2021
minor code cleanup in journal
· 4ca3c807
tglman
authored
Dec 07, 2021
4ca3c807
renamed DiscRef to FileDevice
· 8baf2279
tglman
authored
Dec 06, 2021
8baf2279
renamed module discref to device
· ccff1260
tglman
authored
Dec 06, 2021
ccff1260
moved additional journal record code to the right place
· dfeefbd1
tglman
authored
Dec 04, 2021
dfeefbd1
moved journal records to specific module
· 69187504
tglman
authored
Dec 04, 2021
69187504
Nov 28, 2021
add cache check for deleted index after 1000 hits
· 581ccb30
tglman
authored
Nov 28, 2021
581ccb30
add cache to avoid to scan segment for read index info
· 334f1945
tglman
authored
Nov 16, 2021
334f1945
update the version to the next minor
· 19ce3279
tglman
authored
Nov 28, 2021
19ce3279
Nov 20, 2021
updated readme with release references
· eaa84fdf
tglman
authored
Nov 20, 2021
View commits for tag 1.1.0
1.1.0
eaa84fdf
additional fixes from clippy suggestions
· b5d0706e
tglman
authored
Nov 19, 2021
b5d0706e
Nov 19, 2021
fixes from clippy suggestions
· 3257e7fa
tglman
authored
Nov 19, 2021
3257e7fa
Nov 16, 2021
optimizate allocation to avoid to re-read data from the disk
· 4ecd91d5
tglman
authored
Nov 16, 2021
4ecd91d5
Nov 13, 2021
add documentation for root pages management
· b70fbf35
tglman
authored
Nov 13, 2021
b70fbf35
Nov 12, 2021
add rollback case in case of recover
· 1744dd42
tglman
authored
Nov 12, 2021
1744dd42
replace recover if statements with match
· 2cc62920
tglman
authored
Nov 12, 2021
2cc62920
minor fix for compatibility with old rust compiler
· 893f7c99
tglman
authored
Nov 11, 2021
893f7c99
Nov 11, 2021
minor change in index type wrapper to reduce constraits, minor cleanups
· 18a9f4d9
tglman
authored
Nov 11, 2021
18a9f4d9
Oct 25, 2021
minor todos fixes
· ffee7874
tglman
authored
Oct 25, 2021
ffee7874
replace ByteVec with ArcSliceRead in io operations
· 37327a7d
tglman
authored
Oct 25, 2021
37327a7d
removed io implementatios for cursor replaced with internal structure
· d3694854
tglman
authored
Oct 25, 2021
d3694854
Oct 24, 2021
add ArcSliceRead type for reading page slices without creating cursors
· 6f65ce3e
tglman
authored
Oct 25, 2021
6f65ce3e
Oct 21, 2021
remove error for index serialization logic not needed anymore
· e46af1a3
tglman
authored
Oct 21, 2021
e46af1a3
removed index string specific operations replaced by string wrapper
· 86246cd2
tglman
authored
Oct 21, 2021
86246cd2
removed not needed trait dependencies from public index trait
· 5d74996e
tglman
authored
Oct 21, 2021
5d74996e
Loading