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
Dec 07, 2025
Readme update.
· b8d97897
Ant010ff
authored
Dec 07, 2025
b8d97897
Nov 29, 2025
Version 2.8.1.
· 2bcccef8
Ant010ff
authored
Nov 29, 2025
2bcccef8
Readme update.
· 210fdcba
Ant010ff
authored
Nov 29, 2025
210fdcba
Demo code update.
· 7ad880a4
Ant010ff
authored
Nov 29, 2025
7ad880a4
Minor refactoring; code style consistency.
· 54c802fb
Ant010ff
authored
Nov 29, 2025
54c802fb
Enabled noexcept UniqueGuard, safe everywhere.
· f8563c69
Ant010ff
authored
Nov 29, 2025
f8563c69
Missing noexcept added,
· 00ecada4
Ant010ff
authored
Nov 29, 2025
00ecada4
Enabled relaxed memory order when reading StripedTable lock counter; missing noexcept added.
· ff35a598
Ant010ff
authored
Nov 29, 2025
ff35a598
Removed redundant compile-time code in consteval versions of backoff generator functions.
· 9d9ac339
Ant010ff
authored
Nov 29, 2025
9d9ac339
Mutex recursion tracking mechanism respects user-specified resource policy and allocator.
· 6a9ac81d
Ant010ff
authored
Nov 29, 2025
6a9ac81d
Fixed junction task context leak.
· 45290542
Ant010ff
authored
Nov 29, 2025
45290542
Nov 22, 2025
Version 2.8.0.
· 623f5159
Ant010ff
authored
Nov 22, 2025
623f5159
Readme update.
· 0f6a3399
Ant010ff
authored
Nov 22, 2025
0f6a3399
Demo code update.
· d19375a8
Ant010ff
authored
Nov 22, 2025
d19375a8
Implemented value swap semantics support for ffpp::RingQueue...
· 195b31bd
Ant010ff
authored
Nov 22, 2025
195b31bd
Backoff default parameters for ffpp::StripedTicketMutex tuned for lower...
· 937020b9
Ant010ff
authored
Nov 22, 2025
937020b9
Backoff default parameters for ffpp::TicketMutex tuned for lower latencies;...
· 8f9edbf9
Ant010ff
authored
Nov 22, 2025
8f9edbf9
FunctionalQueuePool default task-stealing backoff parameters tuned for lower...
· 2e085099
Ant010ff
authored
Nov 22, 2025
2e085099
FunctionalQueueThread default idle backoff parameters tuned for lower...
· fbec9a96
Ant010ff
authored
Nov 22, 2025
fbec9a96
Introduced optimized backoff generator functions (consteval template versions...
· e7442872
Ant010ff
authored
Nov 22, 2025
e7442872
Disabled instance origin tracking (FFPP_TRACK_ORIGIN) by default for Clang 21+.
· 9b4df8d1
Ant010ff
authored
Nov 22, 2025
9b4df8d1
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
Loading