]> zoso.dev Git - nano-pow.git/shortlog
nano-pow.git
2025-03-10 Chris DuncanMerge v3.0.1 changes. next/cpu
2025-03-04 Chris DuncanAdd assemblyscript and start converting CPU hash "shader".
2025-03-04 Chris DuncanScrap worker idea for now.
2025-03-04 Chris DuncanContinue refactoring CPU to use workers.
2025-03-04 Chris DuncanStart refactoring toward a Web Worker design for the...
2025-03-04 Chris DuncanRemove logging from CPU version since it would generate...
2025-03-03 Chris DuncanFix missing compression step when resetting v. Start...
2025-03-03 Chris DuncanCreate DataView on hash message to enable setting endia...
2025-03-02 Chris DuncanAdd CPU version to imports and exports. Fix IV setup...
2025-03-02 Chris DuncanInitial commit of CPU version.
2025-03-01 Chris DuncanUpload bundle.
2025-03-01 Chris DuncanRelease version. v3.0.0
2025-03-01 Chris DuncanUpdate dependencies.
2025-03-01 Chris DuncanLicense benchmarks file to comply with REUSE.
2025-03-01 Chris DuncanRemove references to polluting global namespace. Update...
2025-03-01 Chris DuncanUpload new bundle.
2025-03-01 Chris DuncanFix duplicate constant declaration from branch merge...
2025-03-01 Chris DuncanOverhaul both WebGPU and WebGL to use vec4 for parallel...
2025-02-28 Chris DuncanSave desktop benchmarks.
2025-02-28 Chris DuncanSave iPhone benchmarks.
2025-02-28 Chris DuncanSave benchmarks from 2.0.0 for comparison to upcoming...
2025-02-26 Chris DuncanAdd more tests for checking validation.
2025-02-16 Chris DuncanTest bundle with template literal for compute shader...
2025-02-12 Chris DuncanReupload bundle.
2025-02-11 Chris DuncanRename random input for clarity of intent.
2025-02-09 Chris DuncanComment out early exit for mobile testing.
2025-02-08 Chris DuncanFix testing URL.
2025-02-08 Chris DuncanUpload bundle for mobile testing.
2025-02-08 Chris DuncanUse hex for v indexing to shorten names.
2025-02-08 Chris DuncanRemove or simplify extraneous swizzles.
2025-02-07 Chris DuncanRestore early exit for testing.
2025-02-07 Chris DuncanUpload bundle for testing.
2025-02-07 Chris DuncanTest workgroup size of 32 since Nvidia card is able...
2025-02-05 Chris DuncanFix copypasta bug.
2025-02-05 Chris DuncanFound the culprit. Atomic exchange is actually 40ms...
2025-02-05 Chris DuncanLog loading errors for WebGPU in addition to WebGL.
2025-02-05 Chris DuncanShort-circuit 'and' does not appear to be working,...
2025-02-05 Chris DuncanReplace another if statement with select.
2025-02-05 Chris DuncanUse select instead of if statement.
2025-02-05 Chris DuncanTechnically, a valid nonce can be equal to the threshol...
2025-02-05 Chris DuncanBenchmarking shows vec4 version actually ended up being...
2025-02-04 Chris DuncanMove temp variables to be near other declarations in...
2025-02-04 Chris DuncanExpand documentation. Remove unused variables.
2025-02-04 Chris DuncanSkip a couple unnecessary computations in the final...
2025-02-04 Chris DuncanFinish reordering G round computation. Compiles and...
2025-02-04 Chris DuncanReorder eigth through tenth G round computation. Compil...
2025-02-04 Chris DuncanReorder fifth through seventh G round computation....
2025-02-04 Chris DuncanReorder third and fourth G round computation. Compiles...
2025-02-04 Chris DuncanReorder second G round computation. Compiles and validates.
2025-02-04 Chris DuncanReorder G round computation to try allowing compiler...
2025-02-04 Chris DuncanDeprecate unused zero vec4. Rename zero vec2 for brevity.
2025-02-04 Chris DuncanDeprecate x and y temp vars for final two rounds.
2025-02-04 Chris DuncanDeprecate x and y temp vars for ninth and tenth round.
2025-02-04 Chris DuncanDeprecate x and y temp vars for sixth through eighth...
2025-02-04 Chris DuncanDeprecate x and y temp vars for fifth round.
2025-02-04 Chris DuncanDeprecate x and y temp vars for fourth round.
2025-02-04 Chris DuncanUpdate comments.
2025-02-04 Chris DuncanDeprecate x and y temp vars for third round.
2025-02-04 Chris DuncanFill in comment headings with m[sigma] notes.
2025-02-03 Chris DuncanDeprecate x and y temp vars for first two rounds.
2025-02-03 Chris DuncanCompress v naming convention using hex convention.
2025-02-03 Chris DuncanConvert eight sequential rounds of vec2 G mixing into...
2025-02-03 Chris DuncanCopy benchmark.
2025-02-03 Chris DuncanCopy benchmark.
2025-02-03 Chris DuncanCopy benchmark.
2025-02-03 Chris DuncanCopy benchmark.
2025-02-03 Chris DuncanCopy benchmark.
2025-02-03 Chris DuncanCopy benchmark.
2025-02-03 Chris DuncanCopy benchmark from compress-inline.
2025-02-03 Chris DuncanBenchmark.
2025-02-03 Chris DuncanBenchmark.
2025-02-01 Chris DuncanBenchmark.
2025-02-01 Chris DuncanBenchmarks.
2025-02-01 Chris DuncanBenchmarks, now with a date.
2025-02-01 Chris DuncanNotate benchmark.
2025-02-01 Chris DuncanBenchmarks without early return.
2025-01-29 Chris DuncanLog median values. Benchmark. Upload bundle for mobile...
2025-01-28 Chris DuncanZero-threshold benchmarks
2025-01-26 Chris DuncanOverhaul NanoPowGl to use vector operations which great...
2025-01-25 Chris DuncanEliminate temporary variables from G.
2025-01-25 Chris DuncanCheck found flag only once per workgroup to avoid numer...
2025-01-25 Chris DuncanRevert to single dimensional workgroup size since that...
2025-01-25 Chris DuncanRemove useless found flag check from validate since...
2025-01-25 Chris DuncanEliminate an atomic operation by performing an exchange...
2025-01-25 Chris DuncanRemove redundant swizzles. Refactor 32-bit rotation...
2025-01-25 Chris DuncanValidate work on test page with pizzazz.
2025-01-25 Chris DuncanValidate input prior to setting busy flag to avoid...
2025-01-23 Chris DuncanAdjust truncated average calculation. Initialize benchm...
2025-01-21 Chris DuncanFix truncated benchmark calculation.
2025-01-21 Chris DuncanUpdate README with new options object. Add example...
2025-01-21 Chris DuncanInitialize digest constant as vec2 and initialize v0...
2025-01-21 Chris DuncanSet default test run to 1.
2025-01-21 Chris DuncanReduce loop iteration by reading 64 bits at a time...
2025-01-20 Chris DuncanRelease version. v2.0.0
2025-01-20 Chris DuncanShow API type in test page summary output.
2025-01-20 Chris DuncanRemove nano-webgl-pow package since it is no longer...
2025-01-20 Chris DuncanAdd type description to NanoPowGl.
2025-01-20 Chris DuncanFix truncated time calculation. Remove repo minified...
2025-01-20 Chris DuncanAdd custom threshold to test page.
2025-01-20 Chris DuncanRemove testing logs.
next