hirosystems / ordhook

Build indexers, standards and protocols on top of Ordinals and Inscriptions (BRC20, etc).
Apache License 2.0
190 stars 56 forks source link

feat: linux performance #131

Closed lgalabru closed 1 year ago

lgalabru commented 1 year ago

hord-perf (1)

After a deeper investigation, the performance bottleneck experienced in our cloud deployment (much much slower than laptop) was successfully diagnosed and fixed. Most of the time was being spent in SSL initializations, which is something we can avoid by doing this operation once and cloning the initialized context / http client across threads.

blockstack-devops commented 1 year ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: