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 13, 2025
Version 2.9.0.
· 839eec41
Ant010ff
authored
Dec 13, 2025
839eec41
Demo code update.
· 74301f09
Ant010ff
authored
Dec 13, 2025
74301f09
Minor refactoring with the use of UniqueGuard CTAD capability.
· 38f6fdd7
Ant010ff
authored
Dec 13, 2025
38f6fdd7
Exclusive lock acquisition of a StripedTicketMutex optimized with the use of...
· e54876a5
Ant010ff
authored
Dec 13, 2025
e54876a5
Scope guards optimization in FunctionalQueuePool's task dispatch code with the...
· 10a6798d
Ant010ff
authored
Dec 13, 2025
10a6798d
Fixed request-initiating handler return value delivery synchronization when...
· aa03d872
Ant010ff
authored
Dec 13, 2025
aa03d872
FunctionalSequence contention tracking guard optimization.
· 76b87282
Ant010ff
authored
Dec 13, 2025
76b87282
Implemented CTAD support for ffpp::UniqueGuard, automatic noexcept deduction...
· 3679bb82
Ant010ff
authored
Dec 13, 2025
3679bb82
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
Loading