dcurl icon indicating copy to clipboard operation
dcurl copied to clipboard

Hardware-accelerated Multi-threaded IOTA PoW, drop-in replacement for ccurl

Results 3 dcurl issues
Sort by recently updated
recently updated
newest added

If the RabbitMQ is restarted, the remote worker will be closed. We should modify the remote worker to make it keep trying to connect to the RabbitMQ when it is...

enhancement

`dcurl` should keep working well with the different status of the remote component behind the remote interface, such as inactivation, termination or restart of `RabbitMQ broker` and `remote worker` ....

enhancement

Current PoW internals consist of various `malloc` and `free`, which are called frequently. It is bad for performance considerations. Using [memory pool](https://en.wikipedia.org/wiki/Memory_pool) is a common technique to speed up and...

enhancement
feature