PoC-Consortium / scavenger

A fast Burstcoin miner written in Rust
GNU General Public License v3.0
107 stars 64 forks source link

Can scavenger unlock file after finished reading a round? #102

Closed taducquang closed 3 years ago

taducquang commented 3 years ago

I know this is unnecessary but i would like scavenger unlock file after a round instead of keep locking the plot when its in idle mode, is it possible to do that? Thanks.

image

JohnnyFFM commented 3 years ago

we do not drop file handles for efficiency. we don't want to lose time for opening file handles at round start.

but of course, code could be amended to close open every time.