aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* src/dedo.go: Remove DB.ReadOnly optionEuAndreh2024-12-301-50/+40
|
* src/dedo.go: Move type definitions to the beginning of the fileEuAndreh2024-12-301-672/+682
|
* src/dedo.go: Remove DB.NoGrowSync optionEuAndreh2024-12-301-14/+1
|
* src/dedo.go: Remove DB.NoSync optionEuAndreh2024-12-301-36/+5
|
* tests/dedo.go: Normalize testsEuAndreh2024-12-301-3/+5
| | | | | | | | | | | - hack extra `os.Remove()` calls to avoid leaving temporary files around; - try using temporary directories that usually live in RAM; - disable broken tests; - stop printing to stdout/stderr; - decrease test constants to make slow tests bearable*. (*): tests are bearable in RAM (~5s) or on SSDs (~10s). HDDs are still too slow for them (~2m).
* Rename "gkv" -> "dedo"EuAndreh2024-10-302-3/+3
|
* Normalize structure following other projectsEuAndreh2024-10-2625-4541/+5756
|
* Move code to src/ and tests/EuAndreh2024-10-2523-0/+4541