optimze for reader

This commit is contained in:
Eli-Class
2026-02-04 07:09:00 +00:00
parent 81c5dba641
commit 339e2d37e3
3 changed files with 316 additions and 128 deletions

View File

@@ -7,6 +7,7 @@ export interface Serializer<T> {
}
export interface DataEntry<T> {
index: number;
sequence: number;
timestamp: bigint;
data: T;