Commit e8e590f
committed
feat: add threadman worker for Node.js multi-threading support
- Introduced `threadman_worker.js` to handle worker tasks using workerpool.
- Updated `utils.js` to remove unnecessary global BigInt comment.
- Refactored algebra tests to use Vitest framework, improving test structure and readability.
- Converted all test files to use Vitest for assertions and lifecycle methods.
- Added Vite configuration for building both Node.js and browser-compatible versions.
- Implemented clean-up plugin in Vite to remove stale build artifacts before each build.
- Enhanced test cases for various fields (Zq, Rat, Scalar) to ensure correctness and consistency.1 parent 399c45a commit e8e590f
File tree
36 files changed
+13362
-26526
lines changed- .github/workflows
- build
- browser
- src
- test
36 files changed
+13362
-26526
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
7 | 3 | | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 7 | + | |
| 8 | + | |
18 | 9 | | |
19 | 10 | | |
20 | 11 | | |
21 | | - | |
| 12 | + | |
22 | 13 | | |
23 | 14 | | |
24 | | - | |
| 15 | + | |
25 | 16 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 17 | + | |
| 18 | + | |
29 | 19 | | |
30 | 20 | | |
31 | 21 | | |
32 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
33 | 26 | | |
34 | 27 | | |
0 commit comments