spacemeshos / post

Spacemesh POST protocol implementation
MIT License
20 stars 21 forks source link

Adjusted default config values for modern hardware #120

Closed pigmej closed 1 year ago

pigmej commented 1 year ago

1 << 20 seems to be the most optimal for AMD cards Nvidia would need 1 << 22 but that can be done later.