]> zoso.dev Git - libnemo.git/shortlog
libnemo.git
2024-12-27 Chris DuncanMove threshold and workload into UBO. Remove temp vars...
2024-12-24 Chris DuncanFix receive threshold.
2024-12-24 Chris DuncanLog work value in block perf test.
2024-12-24 Chris DuncanDelete performance and console logging in Pow.
2024-12-24 Chris DuncanDelete unused files.
2024-12-24 Chris DuncanRemove unused commented code.
2024-12-23 Chris DuncanClarify which benchmarks belong to which project.
2024-12-22 Chris DuncanFormatting.
2024-12-22 Chris DuncanFix appending to innerHTML. Add per-work times to output.
2024-12-22 Chris DuncanFix reference.
2024-12-22 Chris DuncanFull url for testing lib on mobile.
2024-12-22 Chris DuncanUpload build for online testing.
2024-12-22 Chris DuncanLine breaks.
2024-12-21 Chris DuncanPost work as it is calculated to testing page.
2024-12-21 Chris DuncanStart building out visible content in testing webpage.
2024-12-21 Chris DuncanIncrease block performance count now that it's basicall...
2024-12-21 Chris DuncanKeep Pow pool static across all Block instances.
2024-12-21 Chris DuncanCombine work bytes for upload to GPU and split them...
2024-12-21 Chris DuncanFix listener not being inherited properly by classes...
2024-12-20 Chris DuncanConvert NanoNaCl to actual class to ease import/export...
2024-12-20 Chris DuncanLinting.
2024-12-19 Chris DuncanRename pow worker file to indicate it uses WebGL so...
2024-12-19 Chris DuncanTemporarily log frame time averages until changes are...
2024-12-18 Chris DuncanTest receive block first.
2024-12-18 Chris DuncanMove uniform transfers outside of draw loop where possible.
2024-12-18 Chris DuncanSingle-pixel rendering idea hurt performance, so scrap...
2024-12-18 Chris DuncanGet query version working by storing and reading the...
2024-12-17 Chris DuncanSet clear color in static initializer.
2024-12-17 Chris DuncanReformat original PoW credit.
2024-12-17 Chris DuncanFormatting.
2024-12-17 Chris DuncanMake pixel array static so it can be allocated once...
2024-12-16 Chris DuncanReorder block performance tests.
2024-12-16 Chris DuncanRemove unnecessary unreachable return statement.
2024-12-16 Chris DuncanRemove unneeded comment.
2024-12-16 Chris DuncanFormatting.
2024-12-16 Chris DuncanFix pool incorrectly dividing up jobs and falling short...
2024-12-16 Chris DuncanWrap worker calls in try-catch blocks.
2024-12-16 Chris DuncanFix import of NanoNaCl that was not executing on import.
2024-12-16 Chris DuncanConvert BIP44 ckd to class and update imports in worker.
2024-12-16 Chris DuncanFix typo in worker target function name.
2024-12-16 Chris DuncanFix worker blob files being discarded as soon as the...
2024-12-16 Chris DuncanRemove event listeners from old independent workers.
2024-12-15 Chris DuncanDraw depends on a specific work value, so move them...
2024-12-15 Chris DuncanDelete unused const and related function since it will...
2024-12-15 Chris DuncanAssign bytes in loop. Assign frag color with multiplica...
2024-12-15 Chris DuncanFormatting.
2024-12-15 Chris DuncanFormatting.
2024-12-15 Chris DuncanRevert "Pass SIGMA82 into shader as uniform."
2024-12-15 Chris DuncanPass SIGMA82 into shader as uniform.
2024-12-15 Chris DuncanDefine class members as private except for public find...
2024-12-15 Chris DuncanReorganize compilation into static initialization block.
2024-12-15 Chris DuncanPREVIOUS COMMIT IS TESTED AND WORKING. This commit...
2024-12-15 Chris DuncanFix hash processing loop ending early and rely on WebGL...
2024-12-14 Chris DuncanSecond attempt at parsing block hash from hex to uint LE.
2024-12-14 Chris DuncanRevert "Initial implementation of precalculated block...
2024-12-14 Chris DuncanUse number only for threshold.
2024-12-13 Chris DuncanInitial implementation of precalculated block hash...
2024-12-13 Chris DuncanInclud original pow lib in dev dependencies.
2024-12-13 Chris DuncanAdd test to compare original PoW lib to our modifications.
2024-12-13 Chris DuncanTweak comment.
2024-12-13 Chris DuncanSimplify canvas config with a single static constant.
2024-12-13 Chris DuncanScrap async readPixels. Use perf marks to measure....
2024-12-12 Chris DuncanTry async readPixels from MDN.
2024-12-12 Chris DuncanRemove redundant work logging.
2024-12-12 Chris DuncanWorker result is always currently returned as buffer...
2024-12-12 Chris DuncanCondense introductory code of calculate function. Remov...
2024-12-12 Chris DuncanFix test name.
2024-12-12 Chris DuncanScrap isTransferable since really we're only concerned...
2024-12-12 Chris DuncanRemove check for object only available in DedicatedWork...
2024-12-12 Chris DuncanFix if-else nesting bug.
2024-12-12 Chris DuncanEliminate an allocation by making work arrays static...
2024-12-12 Chris DuncanAdd pool function to check if object should be transfer...
2024-12-12 Chris DuncanGet rid of extraneous logging.
2024-12-12 Chris DuncanSpeed up initial PoW calculation by caching the canvas...
2024-12-12 Chris DuncanPerformance testing.
2024-12-11 Chris DuncanImplement once-called function inline, and move validat...
2024-12-11 Chris DuncanRemove progress callback and reorganize Pow parameters...
2024-12-11 Chris DuncanLog work for testing.
2024-12-11 Chris DuncanDecrease pow frames.
2024-12-10 Chris DuncanAdd counter to pow WebGL main to loop it until a result...
2024-12-10 Chris DuncanPow is working and timing is definitely due to gl.readP...
2024-12-10 Chris DuncanTemporarily disable perf tests to focus on block pow.
2024-12-10 Chris DuncanRewrite workers to be consolidated into one stringified...
2024-12-10 Chris DuncanMove test function and reduce record count.
2024-12-10 Chris DuncanFormat testing log.
2024-12-09 Chris DuncanFix test name.
2024-12-09 Chris DuncanFix import paths. Fix entropy usage. Ensure blake2b...
2024-12-09 Chris DuncanUpdate entropy references.
2024-12-09 Chris DuncanFix import path.
2024-12-09 Chris DuncanCreate method to destroy entropy by randomizing its...
2024-12-09 Chris DuncanConvert synchronously-created Entropy to async factory...
2024-12-09 Chris DuncanSpecify byte multiple requirement in entropy documentation.
2024-12-09 Chris DuncanUpdate blake import.
2024-12-09 Chris DuncanOrganize worker files into workers directory and update...
2024-12-08 Chris DuncanSplit test webpage into three based on usage.
2024-12-08 Chris DuncanAdd function to calculate different types of average...
2024-12-08 Chris DuncanSkip account refresh tests for now. Remove test with...
2024-12-08 Chris DuncanRename and add account performance tests.
2024-12-08 Chris DuncanGroup up test runner tests.
2024-12-08 Chris DuncanExpand implementation of bespoke test suite.
next