Commit Graph

12 Commits

Author SHA1 Message Date
Jacek Sieka 03c2569177
aaaaaaaaaaarrrrrrrrrrggggggggggggghhhhhhhhhhhhhhh 2024-08-08 18:36:07 +02:00
Jacek Sieka 3ffca4d248
imports 2024-08-08 18:28:51 +02:00
Jacek Sieka 5b38e791dc
more fallbacks 2024-08-08 18:07:16 +02:00
Jacek Sieka 8aadf13bb5
oops 2024-08-08 17:36:32 +02:00
Jacek Sieka dca7819f2b
add back 32-bit support 2024-08-08 17:18:21 +02:00
Jacek Sieka 1920adc42e
Reuse stint primitives for limbs
This PR makes bncurve less slow by reusing stint integer primtivies and
unrolling a few loops and arrays to avoid array length checks and the
like.

To give an idea, it brings down processing 8k nimbus-eth1 blocks around
the 18M block height mark from 24 to 16 minutes - this is quite
significant given that a lot of time in eth1 is spent reading the
database - this is at least an order of magnitude of bncurve improvement
but probably quite a lot more - how much doesn't greatly matter but now
there's at least a decent baseline for any future performance work ;)

Of course, reusing private primitives from `stint` is not pretty - the
plan is to extract them to a separate library, work started in
https://github.com/status-im/nim-stew/pull/187.
2024-08-08 16:29:06 +02:00
jangko edc8371274
fix styles 2022-04-08 09:04:30 +07:00
Ștefan Talpalaru c356fd9fa9
assert() -> doAssert() 2019-03-14 00:10:49 +01:00
cheatfate 7709d551c8 Added Ethereum specific serialization procedures.
Added tests for Ethereum ecAdd, ecMul, ecPairing procedures.
Bump version to 1.0.1.
2018-10-16 11:30:14 +03:00
cheatfate a76336549b Added AffinePoint[G1,G2] initalization procedures.
Added more tests from Paritytech fork.
Removed Coeff[T] type.
2018-10-04 21:54:21 +03:00
cheatfate 6a77687802 Fixes for review. 2018-10-04 13:29:13 +03:00
cheatfate 4b8f6db181 Initial commit. 2018-09-27 13:35:59 +03:00