aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/dedo.go: Remove Options.InitialMmapSize optionEuAndreh2024-12-301-10/+1
* src/dedo.go: Remove Bucket.FillPercent optionEuAndreh2024-12-301-30/+3
* src/dedo.go: Remove DB.MmapFlags optionEuAndreh2024-12-301-9/+2
* src/dedo.go: Sort importsEuAndreh2024-12-301-12/+13
* src/dedo.go: Remove Options.Timeout optionEuAndreh2024-12-301-27/+3
* 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 tests•••- 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). EuAndreh2024-12-301-3/+5
* 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