Denis Denisov
Denis Denisov
Flag `CPP` incorrect work, please remove. configure: error: C preprocessor fails sanity check unset ENV[CPP], work. `llvm-config` tools automatically configure LLVM environment. ``` usage: llvm-config ... [...] Get various configuration...
golang/go@52c84c34fdb7c28d8f5c32458bad84b096af2797 (v1.5) bench on my iMac11 `go test -bench=. -timeout=20m` https://gist.github.com/denji/ace53cc308557422ecfa
Here found some leaks b64.c (https://github.com/littlstar/b64.c/commit/c58610f57badf248d2a0a04788867cb65a28057b) ``` [encode.c:41]: (error) Common realloc mistake: 'enc' nulled but not freed upon failure [encode.c:66]: (error) Common realloc mistake: 'enc' nulled but not freed upon...
Leave here links to similar projects, to improve. ###### [Fast efficiently sync database without dumping & reloading PostgreSQL/MySQL (C++11)](https://github.com/willbryant/kitchen_sync#kitchen-sync) - Data Type Conversion: [`src/schema.h`](https://github.com/willbryant/kitchen_sync/blob/master/src/schema.h#L15-L28) [`src/ks_postgresql.cpp`](https://github.com/willbryant/kitchen_sync/blob/master/src/ks_postgresql.cpp#L483-L554) [`src/ks_mysql.cpp`](https://github.com/willbryant/kitchen_sync/blob/master/src/ks_mysql.cpp#L470-L534) --- ###### mysqlcompat (SQL...
Homepage: http://zserge.com/jsmn.html Code: https://github.com/zserge/jsmn ###### FEATURES - simple - highly portable (tested on x86/amd64, ARM, AVR) - compatible with C89 - no dependencies (even libc!) - no dynamic memory allocation...
malloc() we can wrap [jemalloc](https://github.com/jemalloc/jemalloc), [scalloc](https://github.com/cksystemsgroup/scalloc), [hoard](https://github.com/emeryberger/Hoard) (`LD_PRELOAD`) [[1]](https://github.com/cksystemsgroup/scalloc-artifact/blob/master/env.sh#L30) [[2]](https://github.com/cksystemsgroup/scalloc-artifact/blob/master/benchmarks/hoard/larson/larson.cpp#L47-L53) - ~~[hash-function-benchmark](https://github.com/fredrikwidlund/hash-function-benchmark#hash-function-benchmark)~~ - [hash-table-benchmark](https://github.com/fredrikwidlund/hash-table-benchmark#hash-table-benchmark)
While the implementation is not complete, you can try to use [fluentbit](https://github.com/fluent/fluent-bit)/[hindsight](https://github.com/mozilla-services/hindsight).
Command line --args http://src.chromium.org/svn/trunk/src/content/public/common/content_switches.cc
@byzhang `cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .`
@kaspergrubbe It looks like ImageOptim uses MD5 for caching state and invalidate when changing the optimization settings: * https://github.com/ImageOptim/ImageOptim/blob/ef44a49/imageoptim/Backend/Job.m#L643 * https://github.com/ImageOptim/ImageOptim/blob/ef44a49/imageoptim/Backend/Job.m#L321-L434 ImageOptim also support delete: * Extended attribute{`com.apple.FinderInfo`, `com.apple.ResourceFork`, `com.apple.quarantine`,...