ed25519swift icon indicating copy to clipboard operation
ed25519swift copied to clipboard

slow performance

Open pebble8888 opened this issue 6 years ago • 2 comments

Its probably from an array that allocate heap memory.

https://bugs.swift.org/browse/SR-4548

The implementation is x100 slower than c implementation.

https://github.com/orlp/ed25519

pebble8888 avatar Aug 04 '18 12:08 pebble8888

@pebble8888 Any update or may be suggestions?

seriyvolk83 avatar Jun 12 '20 20:06 seriyvolk83

Fixed array has not been implemented yet sadly.

pebble8888 avatar Jun 13 '20 03:06 pebble8888