defuse / juggler-pow

A memory-but-not-time asymmetric proof-of-work function.
1 stars 0 forks source link

Explore full-sort alternatives #19

Open defuse opened 9 years ago

defuse commented 9 years ago

It seems like the bucket sort, requiring random memory access, is taking a lot of time. Here are two options:

defuse commented 9 years ago

The generalized birthday PoW paper requires at least one full sort of the hash values, so maybe we could be even faster for proving if we only had one full sort as well.