Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorropo/a-c-ipfs-downloader
https://github.com/jorropo/a-c-ipfs-downloader
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jorropo/a-c-ipfs-downloader
- Owner: Jorropo
- License: mit
- Created: 2021-08-20T15:15:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T15:22:51.000Z (over 3 years ago)
- Last Synced: 2024-11-07T07:17:05.791Z (about 2 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fast-IPFS
Fast IPFS is my custom C data oriented implementation of the IPFS protocol that aims multi Gigabytes per second speeds focusing on speed rather than correctness or security.
It's mostly also me wanting to write some more C code.
# Safety / Consistenty
This is not a goal, I agree that RCE and memory corruptions are an issue but the code is written to see some sweet high numbers.
I'm not a good C programer, be aware this software has bugs.
# Implemented Libs
### [Unsigned-varuint](https://github.com/multiformats/unsigned-varint)
- [varuint.h](./varuint.h)
- [varuint.c](./varuint.c)# Requirement
- Linux >= 5.3