Replies: 1 comment
-
This is not a tendermint issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I did a bit of research and I am stumped.
128gb 12 core hetzner bare metal beast:
....performance of ways to pull json into go apps, from here:
I found what I think is the function where genesis is loaded into the database:
https://sourcegraph.com/github.com/tendermint/tendermint@b6be889b97598ed0bdd662e654705a411cab3940/-/blob/node/node.go#L1668
I also found where we unmarshal json:
https://github.com/tendermint/tendermint/tree/master/libs/json
It doesn't seem exotic, so I am wondering where the bottleneck might be
Beta Was this translation helpful? Give feedback.
All reactions