All Projects → winsoft666 → akali

winsoft666 / akali

Licence: MIT license
C++ Common Library for Windows, Linux.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to akali

Transmittable Thread Local
📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
Stars: ✭ 4,678 (+13658.82%)
Mutual labels:  thread, thread-pool
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
Stars: ✭ 84 (+147.06%)
Mutual labels:  thread, thread-pool
edu cpp IOCP
IOCP 실습
Stars: ✭ 49 (+44.12%)
Mutual labels:  iocp, iocpserver
Oeasypool
c++11 thread pool
Stars: ✭ 18 (-47.06%)
Mutual labels:  thread, thread-pool
Hamsters.js
100% Vanilla Javascript Multithreading & Parallel Execution Library
Stars: ✭ 517 (+1420.59%)
Mutual labels:  thread, thread-pool
Concurrency
Java 并发编程知识梳理以及常见处理模式 features and patterns
Stars: ✭ 495 (+1355.88%)
Mutual labels:  thread, thread-pool
haxe-concurrent
A haxelib for basic platform-agnostic concurrency support
Stars: ✭ 69 (+102.94%)
Mutual labels:  thread, thread-pool
YACLib
Yet Another Concurrency Library
Stars: ✭ 193 (+467.65%)
Mutual labels:  thread, thread-pool
Concurrent Programming
🌵《实战java高并发程序设计》源码整理
Stars: ✭ 562 (+1552.94%)
Mutual labels:  thread, thread-pool
Java Concurrency Examples
Java Concurrency/Multithreading Tutorial with Examples for Dummies
Stars: ✭ 173 (+408.82%)
Mutual labels:  thread, thread-pool
all-about-node
All about Node.js
Stars: ✭ 16 (-52.94%)
Mutual labels:  thread-pool
mvThreadPool
An easy to use C++ Thread Pool
Stars: ✭ 30 (-11.76%)
Mutual labels:  thread-pool
ParallelQSlim
Shape Aware Parallel Mesh Simplification Algorithm
Stars: ✭ 84 (+147.06%)
Mutual labels:  thread-pool
Lazy
Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.
Stars: ✭ 93 (+173.53%)
Mutual labels:  thread-pool
threadproxy.nim
Simplify Nim Inter-Thread Communication
Stars: ✭ 23 (-32.35%)
Mutual labels:  thread
bascomtask
Lightweight parallel Java tasks
Stars: ✭ 49 (+44.12%)
Mutual labels:  thread
concurrent-programming-for-java
🚀Java并发编程实战
Stars: ✭ 55 (+61.76%)
Mutual labels:  thread
openthread-mqttsn
This repository contains examples using MQTT-SN client implementation for Thread network based on OpenThread SDK.
Stars: ✭ 22 (-35.29%)
Mutual labels:  thread
NetCom7
The fastest communications possible. Delphi rulez.
Stars: ✭ 150 (+341.18%)
Mutual labels:  iocp
goethe
Threading and Caching Utilities for golang
Stars: ✭ 30 (-11.76%)
Mutual labels:  thread-pool

Build Status Vcpkg package

>>> 中文版

Akali

A common C++ library that don't depends on any library.


Compile

Using CMake to generate visual studio project or makefile, then compile.

CMake paramenters:

  • BUILD_SHARED_LIBS: whether dynamic library or not, ON or OFF.
  • BUILD_TESTS: whether compile test project or not, ON or OFF.
# Windows Sample
cmake.exe -G "Visual Studio 15 2017" -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF -S %~dp0 -B %~dp0build

# Linux
cmake -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF
make

Install with vcpkg

vcpkg install akali
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].