Skip to content

Comments

Allocator optimization#3

Merged
bmuddha merged 2 commits intomasterfrom
optimizations
Dec 24, 2024
Merged

Allocator optimization#3
bmuddha merged 2 commits intomasterfrom
optimizations

Conversation

@bmuddha
Copy link
Owner

@bmuddha bmuddha commented Dec 24, 2024

ditch atomic operations, we guarantee consistency by enforcing single writer and signle reader for guard region at all times, thus even if race conditions occur, they will manifest as slight delays in write propagation, which is fine, as the guard state will become eventually consistent.

@bmuddha bmuddha merged commit 3df14c9 into master Dec 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant