You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every instantiation of borc.Encoder whether explicit or through the use of the convenience function borc.decode leaks memory. The leak appears to be caused by the parse property (e.g. the ASM decoder object) holding onto memory.
Merely creating 50K Encoder objects in a loop consumes nearly 700MB.
I suspect this may be related to #32
Every instantiation of
borc.Encoder
whether explicit or through the use of the convenience functionborc.decode
leaks memory. The leak appears to be caused by theparse
property (e.g. the ASM decoder object) holding onto memory.Merely creating 50K Encoder objects in a loop consumes nearly 700MB.
node --expose-gc ...
Output:
node --expose-gc ...
Output
The text was updated successfully, but these errors were encountered: