Skip to content

Commit

Permalink
Move away from Handler abstraction
Browse files Browse the repository at this point in the history
Since there's a fixed number of types we have special dumping logic
for, this abstraction just introduces overhead we don't need. This
patch starts moving away from indirecting all dumps through the
Handler abstraction and directly generating from the type switch.
This also aligns better with the main loop of the C code and should
inline and optimize better.
  • Loading branch information
headius committed Jan 9, 2025
1 parent 9d74a1f commit 92b24de
Showing 1 changed file with 174 additions and 110 deletions.
Loading

0 comments on commit 92b24de

Please sign in to comment.