This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
First production grade release 🥳
What's new ?
- After extensively running it with Ethereum Mainnet, under high tx pressure, it has shown good performance while processing inbound/ outbound tx(s) 😎
- Also packs lots of improvement in how state is managed in each of pending/ queued pool
- All operations are concurrent safe, with out using any locking primitives, all powered by go routines & channels
- Using better data structures, give us better performance
- You can also ask
harmony
to not consume whole memory, by setting {Pending, Queued}PoolSize fields