https://github.com/zriyansh/buffer-channels
https://github.com/zriyansh/buffer-channels
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zriyansh/buffer-channels
- Owner: zriyansh
- Created: 2022-01-29T13:25:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T09:50:13.000Z (over 4 years ago)
- Last Synced: 2025-06-22T06:05:13.774Z (12 months ago)
- Language: Go
- Homepage:
- Size: 14.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# buffer-channels
Here we find the area of a non-regular polygon, using shoelace formula.
We first calculate the area using single thread implementation and then using multithread.
Sample input data is approx 40mbs, huge dataset to work on.
Performance difference between both implementation is 2x.