Commit Graph

27 Commits

Author SHA1 Message Date
Trevor Clinkenbeard 5dc1f28ae5 Optimize ActorCollection task callbacks 2026-07-13 11:51:27 -07:00
Trevor Clinkenbeard e38baf18ea Fix more clang-tidy warnings 2026-04-15 14:23:33 +00:00
Trevor Clinkenbeard 8825e6b226 Make single-argument constructors explicit 2026-03-18 21:39:15 +00:00
Trevor Clinkenbeard e7737f7bf6 Enforce new rules 2026-03-14 02:25:26 +00:00
Jingyu Zhou 2d2a2144f4
Update copyright years to 2013-2026 (#12653)
No functional changes.
2026-01-22 10:49:41 -08:00
Syed Paymaan Raza c3e7542cda Update end year in copyright header 2024-08-02 09:40:11 -07:00
Josh Slocum 982ccffafc
adding simple unit tests to validate actor collection cancel behavior (#9929) 2023-04-10 15:42:47 -05:00
FoundationDB CI 86d6106dc1
format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
Steve Atherton f9e87240d0 Add unit test that verifies choose/when behavior needed by ActorCollection. 2022-11-15 18:58:50 -08:00
Steve Atherton 56c2651dfb Simplification after understanding why i is always valid after runnerHandler() is started. 2022-11-15 16:24:39 -08:00
Steve Atherton 4ce6b28319 Preserve original FIFO destruction order of ActorCollection so the refactor is a 1:1 replacement. 2022-11-15 13:05:16 -08:00
Steve Atherton 9e94656f9b Rewrote ActorCollection to use a FastAllocated intrusive list so that actor starts and stops are O(1) instead of O(log n). 2022-11-15 04:12:40 -08:00
sfc-gh-tclinkenbeard a71099471b Update copyright header dates 2022-03-21 13:36:23 -07:00
FDB Formatster df90cc89de apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
mpilman a0fa81aa1c remove memory-hungry benchmark
This test was used as a benchmark to prove that the
new `IsTraceable` feature improves performance. However
it will cause smaller machines to OOM and it doesn't
help for correctness testing. Therefore this test should
likely be removed
2019-05-17 14:12:44 -07:00
A.J. Beamon 8e1927a5cb Rename trace event field to avoid duplicating 'Time' field. 2019-05-13 13:25:01 -07:00
Jingyu Zhou e7ee61660c Fix unit test failure due to trace event names
Capitalize the first letter.
2019-04-20 10:19:53 -07:00
mpilman c6bc23791d Fixed format error in microbench 2019-04-05 13:12:19 -07:00
mpilman ea67b742c7 Implemented Traceable for printable types 2019-04-05 13:12:19 -07:00
mpilman c9ee7f54e7 Add compound type to micro-benchmark 2019-04-05 13:12:19 -07:00
mpilman 32a3aea8bb Make strings random in tracing micro-benchmark 2019-04-05 13:12:19 -07:00
mpilman 9938a49c1e make primitive test longer 2019-04-05 13:12:19 -07:00
mpilman 8af0f15a43 primitive performance test for TraceEvent 2019-04-05 13:12:19 -07:00
Robert Escriva 268093a96d Adjust all includes to be relative to the root.
Remove the use of relative paths.  A header at foo/bar.h could be included by
files under foo/ with "bar.h", but would be included everywhere else as
"foo/bar.h".  Adjust so that every include references such a header with the
latter form.

Signed-off-by: Robert Escriva <rescriva@dropbox.com>
2018-10-19 17:35:33 +00:00
Alex Miller fb31a6999f Rewrite all files to have #include actorcompiler.h as the last include. 2018-08-14 15:50:26 -07:00
Alec Grieser 0bae9880f1 remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
FDB Dev Team a674cb4ef4 Initial repository commit 2017-05-25 13:48:44 -07:00