Skip to content

Commit

Permalink
Major performance upgrade
Browse files Browse the repository at this point in the history
- Using workers for efficient computation by offloading the heavy lifting to a separate thread
- Improved preprocessing of the input data by computing only non-empty cells
  • Loading branch information
Dor-sketch committed Jun 26, 2024
1 parent a5e83ac commit 556d885
Show file tree
Hide file tree
Showing 6 changed files with 612 additions and 495 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,3 +324,6 @@ Any contributions you make are greatly appreciated.
## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

............5.3.3...84.12...59...8..........6.23...57...53.7....1.
............5.3.3...84.12...59...8..........6.23...57...53.7....1.....9.....1...
4 changes: 2 additions & 2 deletions docs/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ padding: 1rem;
width: 70%;
height: auto;
}
#canvas {
/* #canvas {
display: hidden;
}
} */
.parcer {
display: block;
margin: 0 auto;
Expand Down
Loading

0 comments on commit 556d885

Please sign in to comment.