software-mansion / starknet.py

✨ 🐍 Python SDK for Starknet.
https://starknetpy.rtfd.io/
MIT License
259 stars 74 forks source link

Enhance Performance of ABI Parsing #1241

Closed barabanovro closed 7 months ago

barabanovro commented 8 months ago

Feature Request

Parsing ABIs using AbiParser (any version) can be time-consuming; for example, processing the ArgentX ABI on an M1 Pro takes about 0.96 seconds. For use cases that require quick parsing, this can pose a performance bottleneck.

I am requesting an enhancement to the ABI parsing speed to cater to performance-critical applications.

To reproduce: https://github.com/barabanovro/starknetpy-abi-parsing

github-actions[bot] commented 7 months ago

This issue is stale because it has not received any activity in the last 30 days. Remove stale label or add a comment, otherwise it will be closed in 5 days.

github-actions[bot] commented 7 months ago

This issue was closed because it has been stale for 5 days with no activity.