If you are a go user, there is a "go" folder where you will find a simple demo. Other libraries Fast integer compression in Go: https://github.com/ronanh/intcomp Fast Bitpacking algorithms: Rust port of simdcomp https://github.com/quickwit-oss/bitpacking SIMDCompressionAndIntersection: ...
Extremely simple to build and use. Tested on Mac and Windows, but should compile anywhere you can use ANSI C with few or no changes. Sample output (see example code below): Remember to be careful when interpreting the output. This is not a sampling profiler, so it only records start and...
To illustrate the different events throughout an experiment, we will use an example wherein an experiment requires the temperature to be between 25-26 °C. The following diagram contains a representation of the event's lifecycle: Annotation 1 marks the moment an “Experiment Configuration Event”...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
.github Fix xssl tests May 23, 2024 docs docs: remove footer.html Mar 24, 2021 examples Re-factor into separate compression module Feb 1, 2024 jni Android: add missed files and -DHAVE_DECL_VA_COPY Sep 16, 2020 m4 Make it right to check/implementva_copy ...
It can be used to greatly simplify your analytics setup:https://github.com/orta/ARAnalytics You can check if methods are really being called in your test cases: - (void)testExample { TestClass *testClass = [TestClassnew]; TestClass *testClass2 = [TestClassnew]; __blockBOOLtestCallCalle...
Simple graphics library that does not have any dependencies and renders everything into the given memory pixel by pixel. Visithttps://tsoding.github.io/olive.c/to see some demos. The library is not concerned with displaying the image. It only fills up the memory with pixels. It's up to...
=== cobj is a simple implementation of C object with reflection function, which is very common in Java. An object defined by cobj's rules can easily convert to/from Json string automatically. The source code of cobj project is brief, which contains: cobj.h --- header file of cobj cobj...
I only needed simple interface to append buffers or files to the current zip-entry. Thanks to this feature I'm able to merge many files/buffers and compress them on-the-fly. It was the reason, why I decided to write zip module on top of the miniz. It required a little bit hacking...
A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages. - GSRLW/lizard