#
c11
Here are 130 public repositories matching this topic...
The skiplist based persistent key/value storage engine
c
freebsd
database
osx
nosql
key-value
kvstore
persistent-data-structure
persistent-storage
skiplist
c11
database-engine
key-value-database
embedded-c
ejdb
key-value-store
kv-store
android-database
skip-list
-
Updated
Jun 24, 2020 - C
Cornerstone of the MOST efficient std::thread on Windows for mingw-w64
-
Updated
Jun 5, 2020 - C
Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems
algorithm
real-time
embedded
memory
realtime
memory-allocator
embedded-systems
constant-time
heap
memory-management
codebase
c11
wcet
misra
worst-case
overhead
avionics
fit-algorithm
safety-critical
high-reliability
safety-critical-systems
hard-realtime
hard-real-time
wcmc
memory-fragments
high-integrity
-
Updated
Mar 24, 2020 - C++
A non Unix-like operating system written in C++/C/assembly. MeetiX OS is based on EvangelionNG, a Ghost derived kernel
gui
opensource
kernel
cpp
operating-system
graphical
c11
gnu-binutils
32-bit
no-unix-like
ghost-kernel
-
Updated
Feb 12, 2020 - C
The cross-platform shadowsocks client and server with minimum dependencies.
-
Updated
Jan 7, 2018 - C
havardt
commented
Oct 5, 2019
Each asserts should have further detailed docs. These docs should at minimum include:
- Description
- Parameter list with expected data types and description for each parameter.
- Example
Everything is focused on Unix systems. From C Language Programming to Unix Systems Programming and Kernel Hacking
c
linux
documentation
unix
kernel
c99
talks
unix-like
kernel-modules
papers
articles
system-programming
c11
c89
unix-philosophy
kernel-hacking
-
Updated
Nov 12, 2018 - C
berenm
commented
Jan 30, 2016
Documentation should also be easily and automatically created. There are many available documentation generator, doxygen is quite popular for example.
Memory consistency modelling using Alloy
opencl
x86
armv7
model-checking
constraint-solver
c11
powerpc
memory-model
nvidia-gpus
compiler-design
-
Updated
Oct 7, 2019 - OCaml
kirushyk
opened
Nov 4, 2019
KeyGen is a generator for keys and passwords.
-
Updated
Apr 29, 2020 - C++
A light weight, fast and efficient cryptocurrency blockchain implementation written in C11.
-
Updated
Apr 23, 2020 - C
主要是用来学习如何编译tensorflow,并且去除掉contributed部分和其他语言的接口,仅仅保留python和C++
-
Updated
Apr 1, 2017 - C++
-
Updated
May 20, 2018 - C
a general-purpose single-header C logging library and parser for event-based logs
-
Updated
Mar 31, 2020 - C
并行化稀疏表示中的正交匹配追踪 OMP算法;编写基于C++98版本的线程池,并学习编写在并发条件下的hash线程安全编写!
-
Updated
Mar 16, 2017 - C++
Neural network library inspired by Stanford's 2016 CS231n course, written in C++
-
Updated
Dec 20, 2019 - C++
Improve this page
Add a description, image, and links to the c11 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the c11 topic, visit your repo's landing page and select "manage topics."


In quite a few places in the code, you have
panic!()orunwarp(). This is frowned upon in the Rust community. We should have dedicated error types instead