Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmdcolin/md_parsing_benchmark
https://github.com/cmdcolin/md_parsing_benchmark
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmdcolin/md_parsing_benchmark
- Owner: cmdcolin
- Created: 2024-11-12T07:00:09.000Z (7 days ago)
- Default Branch: master
- Last Pushed: 2024-11-12T07:03:36.000Z (7 days ago)
- Last Synced: 2024-11-12T08:18:07.071Z (7 days ago)
- Language: TypeScript
- Size: 2.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Parsing CIGAR and MD tags benchmark in javascript
Trying a couple things. The "old" version is the current, the new version is
actually buggy (don't use it! it produces issues with reads with insertions)Was hoping the new way could be a faster, but it actually is not
Notably, generators are also slow