nakst / gf

A GDB frontend for Linux.
MIT License
1.82k stars 61 forks source link

optimize WatchInsertFieldRows #85

Closed skippuku closed 2 years ago

skippuku commented 2 years ago

Addresses #83

This implementation counts how many new rows are needed then does a single insert.

nakst commented 2 years ago

Thanks for making this, but I decided in the end to change the implementation myself.