reilabs / starknet-replay

CLI tool to replay Starknet transactions and profile libfuncs usage.
0 stars 0 forks source link

Test memory allocator #21

Open Eagle941 opened 1 month ago

Eagle941 commented 1 month ago

Currently the code is using jemallocator to improve performance of Cairo-VM on Linux.

The tasks to do are: