Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

First production grade release 🥳

Compare
Choose a tag to compare
@itzmeanjan itzmeanjan released this 14 Apr 11:44
· 56 commits to main since this release
20e7368

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