Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonyfischetti/eweniq-research
Research into methods to improve performance of planned CLI tool
https://github.com/tonyfischetti/eweniq-research
Last synced: 29 days ago
JSON representation
Research into methods to improve performance of planned CLI tool
- Host: GitHub
- URL: https://github.com/tonyfischetti/eweniq-research
- Owner: tonyfischetti
- License: mit
- Created: 2016-01-27T04:48:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T04:58:40.000Z (almost 9 years ago)
- Last Synced: 2023-08-03T19:06:05.412Z (over 1 year ago)
- Language: C
- Size: 4.23 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
eweniq research
===============`eweniq` is a C command-line utility that I'm writing that offers a streaming
alternative to the `sort | uniq` idiom for removing duplicated inputs. This
repo is a formal test of different ways to approach the problem to compare
computation speed and memory usage