Y/N: Y
Y/N: Y
- docs.rs/serde_json/l...
- use the existing API and ? away the fallible parts between .as_object etc. calls
- docs.rs/json-patch/l...
- docs.rs/smart_access... is the freshest lens alternative I can find. May need to add serde_json integration.
- docs.rs/serde_json/l...
- use the existing API and ? away the fallible parts between .as_object etc. calls
- docs.rs/json-patch/l...
- docs.rs/smart_access... is the freshest lens alternative I can find. May need to add serde_json integration.
Pre-allocating the data structures made the biggest diff but I got iterative from 280 -> 155 micros on 12900K.
Pre-allocating the data structures made the biggest diff but I got iterative from 280 -> 155 micros on 12900K.