Skip to content

codeintel: Add fast-path edge unmarshalling

Warren Gifford requested to merge unmarshal-edge-fast into main

Created by: efritz

For LSIF inputs with integer identifiers, it's much faster to deserialize them directly into structs via json.Unmarshal rather than try to unmarshal them into byte slices and do it by hand (which is what the interner does).

Merge request reports

Loading