mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 05:47:34 +08:00
* proc/native: optimize native.status through buffering (#1865) Benchmark before: BenchmarkConditionalBreakpoints-4 1 15649407130 ns/op Benchmark after: BenchmarkConditionalBreakpoints-4 1 14586710018 ns/op Conditional breakpoint evaluation 1.56ms -> 1.45ms Updates #1549 * proc/core: Review Comments Incorporated Signed-off-by: ossdev07 <ossdev@puresoftware.com> Co-authored-by: Alessandro Arzilli <alessandro.arzilli@gmail.com>