Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 31, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

* fix sink benchmarks

* added mentionable charm benchmark

* added missing commits + shrank runs to 100x instead of 1000x

* more missing tx.commits

* wrap writes in individual transactions

* and more tx wrapper around cell creation

* perf: defer History.claim() validation to commit time

Remove O(n²) History.claim() validation during reads - each read no longer
validates against all previous reads. Validation now happens once at commit
time against the replica.

Changes:
- Replace History.claim() with History.put() in read path
- History.put() now only stores first read (doesn't overwrite)
- Updated test to expect commit-time validation instead of read-time

Benchmark results (100 notes, 1000 reads):
- Before: 16.3s
- After: 2.6s (6x faster)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@pull pull bot locked and limited conversation to collaborators Dec 31, 2025
@pull pull bot added the ⤵️ pull label Dec 31, 2025
@pull pull bot merged commit 96cda2a into ExaDev:main Dec 31, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant