No description
Find a file
Florian Lüke 9e5b79cb34 mana: implement nng pair based threaded strategy
It's a tiny bit faster than the single threaded strategy:
- Counting plugin, is690-9Li_3H_run094:
  - direct, single threaded:  217.72411048962562 MiB/s
  - nng-pair, multi threaded: 228.50186892946155 MiB/s
- root-histogram plugin (hitcount histos only), is690-9Li_3H_run094:
  - direct, single threaded:  210.73162379794522 MiB/s
  - nng-pair, multi threaded: 219.66463320034057 MiB/s
2024-12-26 15:37:15 +01:00
.vscode mana: add c test plugin and make plugin loading work 2024-12-26 00:32:56 +01:00
cmake cmake: add cmrc by vector-of-bool 2024-12-21 15:16:24 +01:00
data rename assets/ to data/ 2024-12-21 15:15:37 +01:00
external Merge branch 'dev' of fl:~/var/git/mesytec-mnode into dev 2024-12-25 06:27:20 +01:00
include/mesytec-mnode mnode_nng: reformat 2024-12-26 15:28:00 +01:00
proto possible low level mvlc proto interface 2024-12-17 23:27:48 +01:00
python add python fastapi demo; .gitignore things 2024-11-23 02:38:13 +01:00
src mana: implement nng pair based threaded strategy 2024-12-26 15:37:15 +01:00
.clang-format .clang-format: set SortIncludes: CaseSensitive 2024-12-26 15:28:54 +01:00
.gitignore add .vscode/ 2024-12-25 18:29:02 +01:00
.gitmodules update mesytec-mvlc 2024-11-23 15:24:04 +01:00
CMakeLists.txt mana: add a python plugin 2024-12-26 03:08:26 +01:00