aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* README: We should have wt/index/merge/co/rebase laterGravatar Runxi Yu2026-03-041-0/+5
|
* README: Compression agilityGravatar Runxi Yu2026-03-041-0/+1
|
* README: More updates v0.1.46Gravatar Runxi Yu2026-03-041-6/+16
|
* README: Add to-do listGravatar Runxi Yu2026-03-041-0/+48
|
* README: Refer to the legacy branchGravatar Runxi Yu2026-02-221-1/+1
|
* README: Add a more minimal versionGravatar Runxi Yu2026-02-201-0/+109
|
* Delete everything, I'm redesigning this.Gravatar Runxi Yu2026-02-201-198/+0
| | | | | I'll stop using a flat package and make things much more modular. And also experiment with streaming APIs so large blobs don't OOM us.
* Revert "README: We support basic packfile writing now"Gravatar Runxi Yu2026-02-201-1/+0
| | | | This reverts commit 096319e98072461a05b3e229ee7974db681b3e76.
* Revert "README: Writing packfiles has deltas now, but not thin packs"Gravatar Runxi Yu2026-02-201-1/+1
| | | | This reverts commit aa40b93f0fd5fab62e99ca2aba87b2e5c8c75f9c.
* Revert "README: commit-graph is in-progress"Gravatar Runxi Yu2026-02-201-1/+1
| | | | This reverts commit 03369f29f16970b672eda02a2b3724800a561f3d.
* Revert "README: Add writing thin packs to the list of things to do"Gravatar Runxi Yu2026-02-201-1/+0
| | | | This reverts commit dd59d664675ad7dfef033311d279c6f988b367d4.
* Revert "README: Reachability bitmaps planned for the future"Gravatar Runxi Yu2026-02-201-2/+0
| | | | This reverts commit 68ab022cf978fc1159cdcfb04c62cd57521be847.
* Revert "README: thin packs are supported now"Gravatar Runxi Yu2026-02-201-1/+1
| | | | This reverts commit 115beec0b2d29cb89ec73809b432a40e22bac07b.
* Revert "README: Update packfile/thin/delta related feature items"Gravatar Runxi Yu2026-02-201-3/+3
| | | | This reverts commit 9fccc79763651ab45b2643dd21216411971bff74.
* Revert "packed, delta: Some improvements for base selection"Gravatar Runxi Yu2026-02-201-1/+0
| | | | This reverts commit c1f17baa57bad0f61e639fc39c8cd5e4872142f6.
* Revert "README: Clarify pack/delta/thin features"Gravatar Runxi Yu2026-02-201-6/+2
| | | | This reverts commit 0a0fa13928bcc136b45e289f86bebc6a300e5975.
* README: Add a variation of Got's bug reporting guidelinesGravatar Runxi Yu2026-02-151-0/+16
|
* README: Poor code quality D:Gravatar Runxi Yu2026-02-011-0/+1
|
* README: Remove non-intention to support flexible storage backendsGravatar Runxi Yu2026-01-311-3/+1
|
* README: Large binary database format or somethingGravatar Runxi Yu2026-01-311-0/+1
|
* README: I guess we also want large object promisors in the futureGravatar Runxi Yu2026-01-311-0/+1
|
* README: We want reftables in the futureGravatar Runxi Yu2026-01-311-0/+1
|
* README: Clarify pack/delta/thin featuresGravatar Runxi Yu2026-01-301-2/+6
|
* packed, delta: Some improvements for base selectionGravatar Runxi Yu2026-01-301-0/+1
| | | | | | * sort objects by type then size to improve window quality * prune bad candidates with size ratio checks * have objects are preferred
* README: Update packfile/thin/delta related feature itemsGravatar Runxi Yu2026-01-301-3/+3
|
* README: thin packs are supported nowGravatar Runxi Yu2026-01-301-1/+1
|
* README: Reachability bitmaps planned for the futureGravatar Runxi Yu2026-01-301-0/+2
|
* README: Add writing thin packs to the list of things to doGravatar Runxi Yu2026-01-301-0/+1
|
* README: commit-graph is in-progressGravatar Runxi Yu2026-01-301-1/+1
|
* README: Simplify architectual considerations sectionGravatar Runxi Yu2026-01-301-8/+6
|
* README: We'll use github.com/cespare/xxhash/v2Gravatar Runxi Yu2026-01-291-2/+2
|
* README: Writing packfiles has deltas now, but not thin packsGravatar Runxi Yu2026-01-291-1/+1
|
* README: Various updatesGravatar Runxi Yu2026-01-291-4/+4
|
* README: We support basic packfile writing nowGravatar Runxi Yu2026-01-291-0/+1
|
* README: Document architectual considerationsGravatar Runxi Yu2026-01-191-0/+11
|
* More changes from the import URL updateGravatar Runxi Yu2026-01-191-1/+1
|
* README: Clarify that the sha1 build tag is for testing onlyGravatar Runxi Yu2026-01-171-1/+3
|
* README: Remove the stray ? in the builds.sr.ht URLGravatar Runxi Yu2026-01-171-1/+1
|
* README.md: Some updatesGravatar Runxi Yu2026-01-131-21/+14
|
* README updateGravatar Runxi Yu2026-01-051-5/+3
|
* README: Update forge links and issue tracker canonicalizationGravatar Runxi Yu2025-12-111-4/+4
|
* README: go-git expected performance increaseGravatar Runxi Yu2025-12-041-0/+3
|
* README: Remove the villosa/lindenii-forge URLs for nowGravatar Runxi Yu2025-12-021-24/+1
|
* README: Remove internal todo list and put it in a separate fileGravatar Runxi Yu2025-11-251-11/+0
|
* README: Add performanceGravatar Runxi Yu2025-11-241-0/+22
|
* README: RevampGravatar Runxi Yu2025-11-241-90/+60
|
* README: Note on integer overflowsGravatar Runxi Yu2025-11-221-0/+2
|
* README: no more zlib branchGravatar Runxi Yu2025-11-191-2/+1
|
* README: A little bit of optional Go assemblyGravatar Runxi Yu2025-11-191-1/+2
|
* Replace adler32 with github.com/mhr3/adler32-simdGravatar Runxi Yu2025-11-191-3/+7
| | | | Unfortunately no VSX support yet