|
|
0c31ec63ee
|
fix #74 duplicate constructor amd state vars with Lynon serialization
|
2025-12-04 23:23:31 +01:00 |
|
|
|
41657b3558
|
another MI bug fixed, added tests for MI serialization
|
2025-11-17 15:09:02 +01:00 |
|
|
|
5d4d548275
|
lzw utils
|
2025-11-01 10:28:04 +01:00 |
|
|
|
835333dfad
|
fixed objClass initialization in ObjInt.Zero, added Buffer.toBitInput, minimal descrription of Lynon
|
2025-08-17 23:51:50 +03:00 |
|
|
|
2adb0ff512
|
+copyrght, apache 2.0
|
2025-08-13 23:22:04 +03:00 |
|
|
|
6df06a6911
|
fix #35 serialization alsso user classes. Fixed user classes comparison
|
2025-08-04 16:49:55 +03:00 |
|
|
|
f805e1ee82
|
sets serialization
|
2025-08-03 15:11:15 +03:00 |
|
|
|
790cce0d24
|
maps serialization
|
2025-08-03 15:06:46 +03:00 |
|
|
|
2339130241
|
trivial implementation of class name = based serialization (LynonType.Other)
|
2025-08-03 14:42:23 +03:00 |
|
|
|
d7bd159fcb
|
list serialization (optimized, homogenous and heterogeneous
|
2025-08-03 13:30:41 +03:00 |
|
|
|
12b209c724
|
refs #35 generic implementation of Huffman compression for variable bit length source alphabet
|
2025-07-23 20:51:31 +03:00 |
|
|
|
20181c63a1
|
refs #35 refac to get caching out of Obj; it is decoder/encoder matter now
|
2025-07-19 14:19:50 +03:00 |
|
|
|
405ff2ec2b
|
refs #35 hack to avoid cache clush for encodeAny and encode, double caching same object conflict. to refactor!
|
2025-07-19 14:12:41 +03:00 |
|
|
|
a9f65bdbe3
|
refs #35 serializatino framework refactored: implementation put in open methods of Obj/ObjClass for flexibility
|
2025-07-19 12:28:14 +03:00 |
|
|
|
6ab438b1f6
|
refs #35 serialize any: null, int, real, boolean, Instant. Added unary minus as general operator, not only to numbers. Instant truncation (nice for serialization)
|
2025-07-17 23:23:03 +03:00 |
|
|
|
cffe4eaffc
|
refs #35 bits in BitArray/input/output reordered for better performance; started typed serialization
|
2025-07-17 12:33:32 +03:00 |
|
|
|
f3d766d1b1
|
refs #35 Lynon builtin compression
|
2025-07-16 11:10:38 +03:00 |
|
|
|
34bc7297bd
|
refs #35 bit granularity for bitstreams; LZW done
|
2025-07-13 00:37:27 +03:00 |
|
|
|
23dafff453
|
refs #35 started user class serialization; started MP compression
|
2025-07-12 22:15:00 +03:00 |
|
|
|
77f9191387
|
refs #35 caching moved to level above objec serializing so we can cache strings, etc that are not Obj instances
|
2025-07-12 11:48:14 +03:00 |
|
|
|
f26ee7cd7c
|
refs #35 minimal serialization of simple types in bit-effective format
|
2025-07-12 00:46:51 +03:00 |
|
|
|
d969993997
|
ref #35 bitwise pack/unpack for integers
|
2025-07-11 06:09:09 +03:00 |
|
|
|
987b80e44d
|
lynon started
|
2025-07-11 05:56:43 +03:00 |
|