Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · main
ffpp
Browse files
Nov 02, 2025
Version 2.7.2.
· 0fb01dc5
Ant010ff
authored
Nov 02, 2025
0fb01dc5
Readme update,
· b42cbcfd
Ant010ff
authored
Nov 02, 2025
b42cbcfd
Demo update.
· affbd86c
Ant010ff
authored
Nov 02, 2025
affbd86c
Removed unsupported [[msvc::likely]] attribute.
· 51dee23d
Ant010ff
authored
Nov 02, 2025
51dee23d
Exception-free operation of thread pool JIQ implementation; direct on-stack...
· b9769991
Ant010ff
authored
Nov 02, 2025
b9769991
Direct on-stack back-off state allocation (FunctionalQueueThread); minor refactoring.
· 27a0da89
Ant010ff
authored
Nov 02, 2025
27a0da89
Direct on-stack back-off state allocation (AcquireLock, spin mode).
· 85a6597d
Ant010ff
authored
Nov 02, 2025
85a6597d
Direct on-stack back-off state allocation (StripedTicketMutex).
· 10f4cc0b
Ant010ff
authored
Nov 02, 2025
10f4cc0b
Direct on-stack back-off state allocation (TicketMutex).
· b779f32e
Ant010ff
authored
Nov 02, 2025
b779f32e
Implemented conditional exception-free operation of RingQueue in a...
· e6c861de
Ant010ff
authored
Nov 02, 2025
e6c861de
Removed duplicate declaration of a FunctionalTimer::SharedT<> template alias; minor refactoring.
· 765d3c06
Ant010ff
authored
Nov 02, 2025
765d3c06
Removed unsupported [[msvc::likely]] attribute.
· b298e2e0
Ant010ff
authored
Nov 02, 2025
b298e2e0
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
Loading