-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi,
While using the lib, I witnessed a huge memory usage (peak of ~ 230Mo to extract strings from a 22Mo sample) from the python lib but not from the binary. I suspect there is a lot of overhead while allocating strings, but the memory usage drops when the strings are returned from the lib.
To monitor the memory usage, I used memory-profiler and a python script that loads the data in memory, waits for a second, extracts the strings using rust-strings, waits for a second and exits.
Do you have an idea of what can cause such a memory usage?
I'll continue to investigate on my side.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels