Commit ad23d6b
Complete implementation of optional synchronization
Finish implementation of optional synchronization feature:
- Uncomment and activate the Sequences class with full ILinks interface compliance
- Implement NonSynchronization class for performance when synchronization is disabled
- Add flexible constructors supporting both synchronized and unsynchronized links
- Update all CRUD operations to conditionally use synchronization based on settings
The solution allows users to disable synchronization for better performance in
single-threaded scenarios while maintaining full backward compatibility.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent fb088ae commit ad23d6b
File tree
2 files changed
+1213
-1097
lines changed- csharp/Platform.Data.Doublets.Sequences
2 files changed
+1213
-1097
lines changed
0 commit comments