Commit Graph

19 Commits

Author SHA1 Message Date
ImBenji
eae4d0e24e Add concurrency handling implementation with ticket management and file locking 2025-12-02 14:11:45 +00:00
ImBenji
e6ccad87b4 Refactor logging and ticket ownership verification in concurrency handling for improved clarity and reliability 2025-11-23 21:02:40 +00:00
ImBenji
f8e8636677 Refactor concurrency handling to introduce STALE_HEARTBEAT_THRESHOLD_MS constant and utilize SweepstoreWorkerTicketSnapshot for improved state management 2025-11-23 20:27:08 +00:00
ImBenji
580f07c483 Refactor concurrency handling to utilize SweepstoreWorkerTicketSnapshot for improved state management and add snapshot method in header.dart 2025-11-23 20:00:50 +00:00
ImBenji
809d79cfc8 Enhance concurrency handling with improved ticket acquisition logic and logging 2025-11-23 19:21:13 +00:00
ImBenji
f5a23fa5c4 Refactor preciseSleep for improved timing accuracy and reduce busy-wait duration on Windows 2025-11-23 18:08:45 +00:00
ImBenji
8125f8ebd7 Improve preciseSleep function for Windows with hybrid sleep strategy and logging 2025-11-23 18:02:30 +00:00
ImBenji
747f0bd1ed Refactor concurrency handling and improve sleep precision in concurrency.dart and header.dart 2025-11-23 17:57:30 +00:00
ImBenji
2de17fe720 Change file locking to blockingShared for improved concurrency handling in header.dart 2025-11-23 05:54:33 +00:00
ImBenji
6e226f402b Add file locking for concurrent access in header.dart 2025-11-23 05:51:00 +00:00
ImBenji
4295d119d7 Add RandomAccessMemory class for in-memory binary operations 2025-11-23 05:29:08 +00:00
ImBenji
b15d11a5a4 Add fetchSublist method to BinaryTable for improved data retrieval 2025-10-10 12:37:34 +01:00
ImBenji
cf983c8d96 Add fetchSublist method to BinaryTable for improved data retrieval 2025-09-18 15:08:57 +01:00
ImBenji
5fe00e922b Implement FNV-1a hash extension for String and update key hashing in BinaryTable 2025-09-17 23:25:01 +01:00
ImBenji
d6262421e7 Implement FNV-1a hash extension for String and update key hashing in BinaryTable 2025-09-17 23:23:42 +01:00
ImBenji
9872e48e63 Update file formats and remove unused dependency on color_simp 2025-09-17 23:17:04 +01:00
ImBenji
f567a8655c Update file formats and remove unused dependency on color_simp 2025-09-17 23:15:00 +01:00
ImBenji
1c7efc20e2 Rename project files to align with new directory structure 2025-09-17 23:13:36 +01:00
ImBenji
ea9bf38f8c Add initial implementation of BinaryTable with memory management and random access capabilities 2025-09-17 23:12:42 +01:00