Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxch3n/fast-graph
Graph visualization with parallel optimization
https://github.com/zxch3n/fast-graph
Last synced: 21 days ago
JSON representation
Graph visualization with parallel optimization
- Host: GitHub
- URL: https://github.com/zxch3n/fast-graph
- Owner: zxch3n
- Created: 2022-03-26T08:38:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T04:33:04.000Z (over 2 years ago)
- Last Synced: 2024-10-04T14:40:49.291Z (about 1 month ago)
- Language: Rust
- Size: 386 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fast Graph | 👷♂️ WIP
![](https://i.ibb.co/pZwgrML/image.png)
- Optimized by WASM
- Experimenting with parallel computing inside the browserBased on [a rough benchmark](./benchmark/README.md), it's at least 2x faster than the other implementations, running on a single thread. It's still under developing and optimization.