Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · main
ffpp
Browse files
Oct 19, 2025
Readme update.
· 403d05e5
Ant010ff
authored
Oct 19, 2025
403d05e5
Oct 18, 2025
Version 2.7.1.
· b7455abc
Ant010ff
authored
Oct 18, 2025
b7455abc
Readme update.
· 7a679a54
Ant010ff
authored
Oct 18, 2025
7a679a54
Demo code update.
· cdd9f2e2
Ant010ff
authored
Oct 18, 2025
cdd9f2e2
Added smart-pointer type aliases respecting resource policy.
· 9a0b2691
Ant010ff
authored
Oct 18, 2025
9a0b2691
Functional sequence dispatch with deferred scheduling...
· 53ebce86
Ant010ff
authored
Oct 18, 2025
53ebce86
Fixed immediate scheduling support for actors...
· f2214cda
Ant010ff
authored
Oct 18, 2025
f2214cda
Oct 05, 2025
Changelog update.
· 7df2336d
Ant010ff
authored
Oct 05, 2025
7df2336d
Changelog update.
· 44d7a83a
Ant010ff
authored
Oct 05, 2025
44d7a83a
Demo code update.
· a424e659
Ant010ff
authored
Oct 05, 2025
a424e659
Version 2.7.0.
· e5be23cf
Ant010ff
authored
Oct 05, 2025
e5be23cf
Readme update.
· cc07b0be
Ant010ff
authored
Oct 05, 2025
cc07b0be
Implemented MakeShared static methods which respect resource policy and...
· f572c8f0
Ant010ff
authored
Oct 05, 2025
f572c8f0
Implemented MakeShared static methods which respect resource policy and allocator.
· f620443c
Ant010ff
authored
Oct 05, 2025
f620443c
Platform-specific threading-related helper functions moved to threadingsupport.hpp header.
· bb24b908
Ant010ff
authored
Oct 05, 2025
bb24b908
Platform-specific threading-related helper functions moved to...
· 12fa4d1a
Ant010ff
authored
Oct 05, 2025
12fa4d1a
synchronization.hpp header split into specific headers: backoff.hpp, join.hpp,...
· df9b2613
Ant010ff
authored
Oct 05, 2025
df9b2613
synchronization.hpp header split into specific headers: backoff.hpp, join.hpp,...
· 4f16c7f8
Ant010ff
authored
Oct 05, 2025
4f16c7f8
Sep 28, 2025
Readme update.
· 9bab153b
Ant010ff
authored
Sep 28, 2025
9bab153b
Demo code update,
· c2c9ce66
Ant010ff
authored
Sep 28, 2025
c2c9ce66
Added experimental support for tests' build with use of libc++; additional checks for C++ standard.
· b1ebe48d
Ant010ff
authored
Sep 28, 2025
b1ebe48d
Added distinct locking policies support for internal thread pool...
· 4f2ac210
Ant010ff
authored
Sep 28, 2025
4f2ac210
ffpp::StripedTicketMutex is used by default with thread...
· fcfa883b
Ant010ff
authored
Sep 28, 2025
fcfa883b
ffpp::StripedTicketMutex is used by default with thread...
· 6b01ae1a
Ant010ff
authored
Sep 28, 2025
6b01ae1a
Implemented ffpp::StripedTicketMutex which is a fair, starvation-free,...
· ae440779
Ant010ff
authored
Sep 28, 2025
ae440779
Added support for C++ 23 std::flat_map (when available) in...
· cfcad38a
Ant010ff
authored
Sep 28, 2025
cfcad38a
Additional compile-time checks for functional sequence submit (and related)...
· 18fb44d7
Ant010ff
authored
Sep 28, 2025
18fb44d7
Disabled ffpp::RingQueue shrink below minimal capacity in dynamic mode...
· 876557d2
Ant010ff
authored
Sep 28, 2025
876557d2
Added an explicit default mutex type specialization (ffpp::TicketMutex).
· de2f5548
Ant010ff
authored
Sep 28, 2025
de2f5548
Introduced ffpp::Concepts::FlagsEnum concept.
· d8ef0de7
Ant010ff
authored
Sep 28, 2025
d8ef0de7
Introduced ffpp::MutexFlags enum; introduced generic operators for flags enums...
· f311cecc
Ant010ff
authored
Sep 28, 2025
f311cecc
Added support for C++ 23 std::flat_map (when available); added library...
· 8677c42b
Ant010ff
authored
Sep 28, 2025
8677c42b
Sep 07, 2025
Thread pool article update.
· 4c848a56
Ant010ff
authored
Sep 07, 2025
4c848a56
Sep 06, 2025
Version 2.6.0.
· 2cec18c7
Ant010ff
authored
Sep 06, 2025
2cec18c7
Readme update; thread pool article added.
· 9fdc53f2
Ant010ff
authored
Sep 06, 2025
9fdc53f2
Asynchrology updated to version 0.99.23; double-queueing enabled by default;...
· 25f30039
Ant010ff
authored
Sep 06, 2025
25f30039
Demo code update; recursive Fibonacci numbers test added; OpenMP comparative...
· b916573a
Ant010ff
authored
Sep 06, 2025
b916573a
Inlining and hot code path attributes controlled with macros...
· f346faeb
Ant010ff
authored
Sep 06, 2025
f346faeb
Implemented support for optional thread pool internal topology (hypercube,...
· 7201ca39
Ant010ff
authored
Sep 06, 2025
7201ca39
Implemented double-staged task-stealing optimization for ffpp::FunctionalQueue...
· add3fc27
Ant010ff
authored
Sep 06, 2025
add3fc27
Loading