docs: update readme, adding link to branch with serializable isolation demonstration

This commit is contained in:
Jeremy Tregunna 2025-05-10 13:56:33 -06:00
parent 1f203374d6
commit 9ba73b5ef0
Signed by: jer
GPG Key ID: 1278B36BA6F5D5E4

View File

@ -40,7 +40,7 @@ This is an educational implementation and has several limitations compared to pr
- Inefficient storage (full value copies rather than deltas)
- Only supports point lookups (no range queries)
- No indexes
- Implements snapshot isolation, not serializable isolation
- Implements snapshot isolation, not serializable isolation ([this branch does though](https://git.canoozie.net/jer/mvcc/src/branch/si)
## License