Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 23 C Fast Projects
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
The title made me think this could actually layout and paint HTML, but I couldn't find anything remotely layout-related in the source tree. Then I found this comment saying even block sizing isn't done: https://github.com/lexbor/lexbor/issues/219#issuecomment-207.... Looks like a nice groundwork, though. It's nice to see things like parsing and Unicode being part of the same source tree.
-
-
-
-
-
Project mention: Scaling Rails and Postgres to Users at Microsoft: Lessons and Takeaways | news.ycombinator.com | 2024-08-29
I have mixed feelings about this. It's saying that python is too slow for data science ignoring that python can outsource that work to pandas or NumPy.
For GraphQL on Rails you can avoid graphql-ruby and use Agoo[1] instead so that that work is outsourced to C. So in practice it's not a problem.
1. https://github.com/ohler55/agoo
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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)
-
-
Haven't yet seen any of these beat https://github.com/liquidaty/zsv when real-world constraints are applied (e.g. we no longer assume that line ends are always \n, or that there are no dbl-quote chars, embedded commas/newlines/dbl-quotes). And maybe under the artificial conditions as well.
-
Project mention: Detecting a PS2 Emulator: When 1*X does not equal X | news.ycombinator.com | 2024-06-08
> Anything that uses a JIT recompiler is never going to be perfectly cycle-accurate to the original hardware
beebjit [1] is a cycle-accurate JIT-based emulator for the BBC Micro. It can be done.
[1]: https://github.com/scarybeasts/beebjit
-
-
-
jobflow
distribute and coordinate work using parallel processes (like GNU parallel, but much faster and memory-efficient)
-
-
Blitzping
A very high-speed, configurable, and portable packet-crafting utility optimized for embedded devices
Project mention: Show HN: Blitzping – A far faster nping/hping3 SYN-flood alternative with CIDR | news.ycombinator.com | 2024-07-15 -
-
-
-
-
-
imd
Rebuild of my md program. It's better looking, working, and has better features. The Improved terminal MarkDown file reader / viewer / styler / tui.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C Fast discussion
C Fast related posts
-
Show HN: Blitzping – A far faster nping/hping3 SYN-flood alternative with CIDR
-
Rethinking string encoding: a 37.5% space efficient encoding than UTF-8 in Fury
-
Modest: A fast HTML renderer implemented as a pure C99 library
-
File Servers... how are you handling duplicates
-
Anyone know of any good file deduplication tools?
-
Jdupes: A powerful duplicate file finder
-
GitHub - frymimori/c-hasher: Create secure and variable-length checksums using C with a fast and unique hashing algorithm.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 11 Dec 2024
Index
What are some of the best open-source Fast projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | zap | 2,407 |
2 | lexbor | 1,655 |
3 | JankyBorders | 1,488 |
4 | uTox | 1,034 |
5 | c-blosc | 986 |
6 | wyhash | 976 |
7 | agoo | 910 |
8 | lizard | 654 |
9 | hob3l | 248 |
10 | zsv | 215 |
11 | beebjit | 132 |
12 | cgif | 113 |
13 | stricks | 95 |
14 | jobflow | 92 |
15 | Description | 70 |
16 | Blitzping | 69 |
17 | chess | 59 |
18 | vliv | 40 |
19 | ojc | 34 |
20 | FPC | 30 |
21 | FastHamming | 14 |
22 | imd | 12 |
23 | motion | 9 |