Skip to content
Snippets Groups Projects

codeintel: Add fast-path edge unmarshalling

Merged 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

Approval is optional

Merged by avatar (Jun 23, 2025 3:04am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading