Fast implementation of Git in pure Go

README: Add research section and format/apply patch checkboxes

runxiyu.tngl.sh 42772b24 23750ddc

verified
+8 -2
+8 -2
README.md
··· 138 138 * [ ] Patience 139 139 * [ ] Histogram 140 140 * [ ] Tree-way 141 - * Format patch 142 - * Apply/amend patch 141 + * [ ] Format patch 142 + * [ ] Apply/amend patch 143 143 * Branch integration/rewrite/etc methods 144 144 * [ ] Merge 145 145 * [ ] Recursive ··· 209 209 * [ ] Worktree 210 210 * [ ] Common directory 211 211 * [ ] Worktree-specific references 212 + * Research 213 + * [ ] Dynamic packfiles 214 + * [ ] Compaction; page-sized hole punching 215 + * [ ] Dynamic indexing 216 + * [ ] Linear/extendible/spiral hashing 217 + * [ ] Dynamic reachability bitmaps 212 218 213 219 ## Not planned 214 220