idk

The IDK (Industrial Development Kit) library! (by soasis)

Idk Alternatives

Similar projects and alternatives to idk

  1. rust

    2,975 idk VS rust

    Empowering everyone to build reliable and efficient software.

  2. SaaSHub

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

    SaaSHub logo
  3. sbcl

    77 idk VS sbcl

    Mirror of Steel Bank Common Lisp (SBCL)'s official repository

  4. c-extensions

    Extensions to C language implemented as patches to slimcc

  5. stlkrn

    2 idk VS stlkrn

    C++ STL in the Windows Kernel with C++ Exception Support

  6. matchit.cpp

    match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.

  7. lwlog

    15 idk VS lwlog

    Very fast synchronous and asynchronous C++17 logging library

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better idk alternative or higher similarity.

idk discussion

Log in or Post with

idk reviews and mentions

Posts with mentions or reviews of idk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-01-03.
  • The Cost of a Closure in C: The Rest
    4 projects | news.ycombinator.com | 3 Jan 2026
    Actually the author is building onto my suggestion https://github.com/soasis/idk/pull/17/files which I created several years ago, but adapted a bit too fast while submitting. And yes it looks very similar to GNU nested functions, since I started tinkering with these first.

    I am really not sure if all these observations mentioned in the article are 100% correct, though.

    First : Code seems to be compiled with clang. On Linux with gcc the native function one is way faster than the clang one.

    Second: The author does run the code on ARM64/MacOS .

    At least on my ryzen CPU on Linux with gcc the "normal C code" is way faster than anything else. Not that we do not need to thing about "closure" type functionality, but one should be careful to extrapolate implementations from one compiler on one platform to the rest of the pack.

    Regarding N3654 I am not sure how to benchmark it here, since C could potentially use __builtin_call_with_static_chain , but I am not sure how to write the function to use the chain for accessing the variables.

    I tried to estimate N3654 it by using "tinygo" which is AFAIK using the usual Calling ABI, but it was a factor of two slower than clang. Even "go" with its very specific ABI is still much slower. I discovered this isn't representative since runtime calling costs had been totally shadowed by costs of allocations.

    Even the rust example I am usually using http://www.reddit.com/r/rust/comments/2t80mw/the_man_or_boy_... is much slower than anything else, presumably because of the "Cell" needed

    TLDR: This micro benchmark might be misleading

Stats

Basic idk repo stats
1
40
8.0
7 months ago

soasis/idk is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of idk is C++.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com