Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mewim/webgpu-simple-hash-tables
Simple concurrent hash table implmentation accelerated by WebGPU API.
https://github.com/mewim/webgpu-simple-hash-tables
Last synced: 7 days ago
JSON representation
Simple concurrent hash table implmentation accelerated by WebGPU API.
- Host: GitHub
- URL: https://github.com/mewim/webgpu-simple-hash-tables
- Owner: mewim
- License: gpl-3.0
- Created: 2021-04-17T15:04:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T18:12:29.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T05:54:12.696Z (22 days ago)
- Language: JavaScript
- Homepage:
- Size: 278 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebGPU-Simple-Hash-Tables
Simple concurrent hash table implmentation accelerated by [WebGPU API](https://gpuweb.github.io/gpuweb/).For more information, please refer to the [Project Report](Project%20Report.pdf).