- 09 Mar, 2021 1 commit
-
-
Simon Fels authored
Improve performance
-
- 08 Mar, 2021 2 commits
-
-
Marius Gripsgard authored
For the amount these functions get called, std copy is way to expensive to do. This removes the need for buffer to be copied twice, first to a std::vector then SmallFixedVector. This also directly copies buffer into a smallVector without the init overhead smallVector's ctor do. This result is a massive performance bootst (at least on arm devices). Also use memcpy since that interestingly seems to be faster on arm devices, on amd64 they seems to be about the same speed.
-
Marius Gripsgard authored
-
- 23 Feb, 2021 1 commit
-
-
Simon Fels authored
ignore directory .vscode
-
- 20 Jan, 2021 1 commit
-
-
jnnksdev authored
-
- 06 Jan, 2021 2 commits
-
-
Simon Fels authored
Do break out of while loop
-
Simon Fels authored
snapcraft buildtime image handling fixes
-
- 12 Dec, 2020 2 commits
-
-
Antoine Fontaine authored
-
Antoine Fontaine authored
-
- 09 Dec, 2020 1 commit
-
-
lilinling authored
-
- 29 Nov, 2020 1 commit
-
-
Simon Fels authored
add config item: lxc.prlimit.nice
-
- 21 Nov, 2020 1 commit
-
-
jnnksdev authored
-
- 19 Nov, 2020 1 commit
-
-
Simon Fels authored
remove unused parameter Runtime
-
- 17 Nov, 2020 1 commit
-
-
jnnksdev authored
-
- 12 Nov, 2020 2 commits
-
-
Simon Fels authored
Refactor namespace declarations
-
Simon Fels authored
remove PendingCallCache from ManagementApiSkeleton
-
- 10 Nov, 2020 1 commit
-
-
jnnksdev authored
-
- 05 Nov, 2020 20 commits
-
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
jnnksdev authored
-
- 26 Oct, 2020 1 commit
-
-
Simon Fels authored
README: add kernel modules documentation reference
-
- 24 Oct, 2020 2 commits
-
-
Simon Fels authored
Use proto2 syntax
-
Simon Fels authored
use python3
-