unpackdev / solgo

Solidity parser in Go, designed to transform Solidity code into a structured format for enhanced analysis, particularly beneficial for developers using Go to analyze Solidity smart contracts.
https://unpack.dev
Apache License 2.0
3 stars 0 forks source link

Memory management resolution and research #160

Open 0x19 opened 10 months ago

0x19 commented 10 months ago

When under heavy load, there are multiple places which result in high memory usage. This ticket is about researching exact locations using pprof for example and implementing fixes to ensure minimal memory consumption:

0x19 commented 10 months ago

Most of issues are resolved under #140