C Fast

Open-source C projects categorized as Fast

Top 23 C Fast Projects

  • zap

    blazingly fast backends in zig (by zigzap)

  • 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.

    CodeRabbit logo
  • lexbor

    Lexbor is development of an open source HTML Renderer library. https://lexbor.com

    Project mention: Lexbor – an open source HTML Renderer library | news.ycombinator.com | 2024-06-11

    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.

  • JankyBorders

    A lightweight window border system for macOS

    Project mention: Window Borders for macOS | news.ycombinator.com | 2024-02-10
  • uTox

    µTox the lightest and fluffiest Tox client

  • c-blosc

    A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`.

  • wyhash

    The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.

  • agoo

    A High Performance HTTP Server for Ruby

    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

    SaaSHub logo
  • 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)

  • hob3l

    100x Faster Slicing of SCAD Files for 3D Printing

  • zsv

    zsv+lib: tabular data swiss-army knife CLI + world's fastest (simd) CSV parser

    Project mention: How fast can you parse a CSV file in C#? | news.ycombinator.com | 2024-10-27

    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.

  • beebjit

    A very fast BBC Micro emulator.

    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

  • cgif

    GIF encoder written in C

  • stricks

    Managed C strings library

  • jobflow

    distribute and coordinate work using parallel processes (like GNU parallel, but much faster and memory-efficient)

  • Description

    Mini async log C port. Now with C++ wrappers.

  • 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
  • chess

    A fast chess library that use bitboards to play chess with Ruby (by pioz)

    Project mention: Gem to Play Chess with Ruby | news.ycombinator.com | 2024-09-09
  • vliv

    The Very Large Image Viewer

  • ojc

    Optimized JSON in C

  • FPC

    FPC - Fast Prefix Coder

  • FastHamming

    Fast implementation for truncateable extended (127,120) Hamming codes

  • imd

    Rebuild of my md program. It's better looking, working, and has better features. The Improved terminal MarkDown file reader / viewer / styler / tui.

  • motion

    Motion is a clean, dynamically typed programming language. (by MotionLang)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C Fast discussion

Log in or Post with

C Fast related posts

  • Show HN: Blitzping – A far faster nping/hping3 SYN-flood alternative with CIDR

    1 project | news.ycombinator.com | 15 Jul 2024
  • Rethinking string encoding: a 37.5% space efficient encoding than UTF-8 in Fury

    2 projects | news.ycombinator.com | 7 May 2024
  • Modest: A fast HTML renderer implemented as a pure C99 library

    2 projects | news.ycombinator.com | 12 Jan 2024
  • File Servers... how are you handling duplicates

    1 project | /r/sysadmin | 8 Dec 2023
  • Anyone know of any good file deduplication tools?

    2 projects | /r/sysadmin | 29 Jun 2023
  • Jdupes: A powerful duplicate file finder

    1 project | news.ycombinator.com | 6 Jun 2023
  • GitHub - frymimori/c-hasher: Create secure and variable-length checksums using C with a fast and unique hashing algorithm.

    4 projects | /r/C_Programming | 3 Jun 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 11 Dec 2024
    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 →

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

Sponsored
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.
coderabbit.ai