From b28053ec308da0522b56971a7efe3daf26afae25 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 27 Sep 2023 10:22:03 -0500 Subject: Upgrade deps Signed-off-by: Matt Strapp --- app/src/lib/ts/crc32.worker.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/src/lib/ts/crc32.worker.ts') diff --git a/app/src/lib/ts/crc32.worker.ts b/app/src/lib/ts/crc32.worker.ts index 2edcc4f..57c1bc9 100644 --- a/app/src/lib/ts/crc32.worker.ts +++ b/app/src/lib/ts/crc32.worker.ts @@ -1,3 +1,5 @@ +// TODO: Think about using a WebAssembly implementation of CRC32 instead of JavaScript. +// WHY? The JavaScript implementation is not very extensible and is not very fast. import crc32 from 'crc/crc32'; onmessage = async (message: MessageEvent) => { -- cgit v1.2.3