Commit graph

10 commits

Author SHA1 Message Date
DataHoarder c50cbc56b5
Reduce heap allocations under VM 2024-05-01 16:58:49 +02:00
DataHoarder 36f1a90a20
Version v3.0.0, support full datataset mode in 64-bit targets, modified api, optimized allocations, full VM run JIT on amd64, optimize AES asm
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-04-23 04:33:42 +02:00
DataHoarder 699ce02f2d
hash register file memory at once instead on loop calls 2024-04-17 09:53:24 +02:00
DataHoarder aab8f99dd4
Include softfloat64 and allow for purego implementation
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-04-17 06:04:29 +02:00
DataHoarder 432590f930
Move argon2 / float packages to their own folders, cleanup vm Run
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-15 04:14:15 +02:00
DataHoarder 5b9b3c3565
Use direct register and scratchpad under bytecode execution 2024-04-15 02:22:04 +02:00
DataHoarder b72f79a653
Remove zero register from vm bytecode 2024-04-14 15:43:54 +02:00
DataHoarder 244cff31f9
Generate constants from hashes on startup, generate LUT for aes, cleanup endianness to be all little-endian 2024-04-12 17:53:28 +02:00
DataHoarder 9214202406
Speedup superscalar / argon via less pointers and copies 2024-04-11 18:11:36 +02:00
DataHoarder 5e7d8ea35f
Reorganize cache/dataset 2024-04-11 16:04:59 +02:00