Top 15 C Fast Projects
-
Project mention: Suggestions on how to identify & report on old stale data in file shares? | reddit.com/r/sysadmin | 2022-05-10
-
Project mention: Are there any weaker hashes than MD5, but still randomly distributed? | reddit.com/r/learnprogramming | 2022-01-28
wyhash is a decent option for if you don't need a cryptographical quality hash
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
-
clifm
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell
What you are describing looks a lot like clifm
-
lizard
Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster. (by inikep)
-
-
I was wondering how quick an emulated 6502 could go. This project claims 10GHz+ using JIT emulation: https://github.com/scarybeasts/beebjit
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
> I was thinking about Simple Dynamic Strings but I like this better.
Oh! here's my chance to plug https://github.com/alcover/stricks ! It follows the same principle as SDS (i.e user-facing type is char*) but is much faster (see bench) and frankly nicer to read through.
Not as feature complete, though.
-
Another part I think might be parallel execution, running multiple shells at the same time
-
-
Project mention: CGIF - GIF encoder written in ~600 lines of C | reddit.com/r/programming | 2021-11-15
-
-
ByteCopy
Performant + simple program and API with a minimal (< 300 lines), well-commented codebase for copying files with byte-accuracy.
-
Project mention: Error detection and correction on PIC microcontroller | reddit.com/r/ECE | 2021-11-02
Check out https://github.com/BenBE/FastHamming (AGPL license). It should work for all blocks that are a multiple of 15 bytes, I haven't tested all other sizes.
-
md
Simple, small, and optimized compiled MarkDown file reader that runs in your terminal / command line (by Noah-Arcouette)
Project mention: Lightweight and optimized terminal MarkDown reader | reddit.com/r/Markdown | 2022-03-24github link
C Fast related posts
- Suggestions on how to identify & report on old stale data in file shares?
- Can I offload 50TB of data onto TrueNAS with Deduplication and then take it back to effectively get rid of all duplicate files?
- Lexbor: Open-source HTML Renderer library in C
- which do you use for file endings for C++?
- Are there any weaker hashes than MD5, but still randomly distributed?
- Show HN: Lisp with GC in 436 Bytes
- Update previously copied movies to be hardlinked?
Index
What are some of the best open-source Fast projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | jdupes | 1,099 |
2 | wyhash | 588 |
3 | lexbor | 537 |
4 | clifm | 484 |
5 | lizard | 456 |
6 | hob3l | 212 |
7 | beebjit | 106 |
8 | stricks | 78 |
9 | jobflow | 68 |
10 | Description | 66 |
11 | cgif | 56 |
12 | FPC | 22 |
13 | ByteCopy | 15 |
14 | FastHamming | 3 |
15 | md | 1 |
Are you hiring? Post a new remote job listing for free.