P403n1x87 / echion

Near-zero-overhead, in-process CPython frame stack sampler with async support
MIT License
14 stars 2 forks source link

refactor: mirror object memory management #20

Closed P403n1x87 closed 1 year ago

P403n1x87 commented 1 year ago

We use smart pointers with mirror object to automate the memory management of internal resources and simplify the coding.