stratisproject / StratisBitcoinFullNode

Bitcoin full node in C#
https://stratisplatform.com
MIT License
787 stars 315 forks source link

performance improvement (mostly on memory allocation) #4108

Open MithrilMan opened 4 years ago

MithrilMan commented 4 years ago

I'm working on pushing dotnet core to the limit in terms of performance and memory allocation, and I'mopening issues on NBitcoin when I find something interesting that can be improved, let me link here 2 of these issues that may interest you:

https://github.com/MetacoSA/NBitcoin/issues/793 https://github.com/MetacoSA/NBitcoin/issues/796

the 2nd one gives really a boost over memory allocation, that's a problem that fullnode is experiencing a lot (memory usage and fragmentation)