stringhandler
stringhandler
JMT data is very large and should be optimized.. ``` ╭───────────┬───────────────────┬────────┬─────────┬──────────────────────────────────────────────────────╮ │ Component │ Database │ Type │ Size │ Path │ ├───────────┼───────────────────┼────────┼─────────┼──────────────────────────────────────────────────────┤ │ Base Node │ db │ LMDB...
Currently we are using bincode for LMDB serialization. This uses the ordering of structs when serializing. The main problem is if we have a struct that references a non-tari crate,...