-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Description
Running python ./set_mdc.py from https://github.com/fplll/strategizer produces an output stating that my system performs about 40 million enumerations per second. With @cr-marcstevens unpublished libenum (on which the new fplll code is based) I used to get something close to 60 million enumerations per second.
libenum and old fplll
python ./set_mdc.py 1
[enumlib] setting verbose level to quiet.
[enumlib] setting number of threads to 1.
__main__: fplll :: nodes est: 99492313.2, time: 2.4773s, nodes/s: 40161852.7, nodes act: 70987486
__main__: libenum :: nodes est: 99864843.8, time: 1.6496s, nodes/s: 60540109.0
utilities.mdc: number of core: 1
utilities.mdc: fplll_enum nodes per sec: 40161852.7
utilities.mdc: enumlib nodes per sec: 60540109.0
new fplll
python ./set_mdc.py 1
__main__: fplll :: nodes: 86815246.0, time: 1.8795s, nodes/s: 46189871.0
Is that to be expected?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels