let _ = std::hint::black_box(v);
vs
let a = v; std::hint::black_box(a);
already produces significantly different results xD (ran it a few times only tho)
#iterate
indexmap took 131ns:
vec took 120ns:
hashmap took 340ns:
linked-hashmap took 230ns:
fx hashmap took 310ns:
indexmap (values only) took 150ns:
linked-hashmap (with view) took 200ns:
linked-hashmap (values only) took 200ns:
fx hashmap (values only) took 321ns:
vs
#iterate
indexmap took 61ns:
vec took 80ns:
hashmap took 251ns:
linked-hashmap took 141ns:
fx hashmap took 240ns:
indexmap (values only) took 80ns:
linked-hashmap (with view) took 130ns:
linked-hashmap (values only) took 120ns:
fx hashmap (values only) took 190ns:
(edited) let _ = std::hint::black_box(v);
vs
let a = v; std::hint::black_box(a);
already produces significantly different results xD (ran it a few times only tho)
#iterate
indexmap took 131ns:
vec took 120ns:
hashmap took 340ns:
linked-hashmap took 230ns:
fx hashmap took 310ns:
indexmap (values only) took 150ns:
linked-hashmap (with view) took 200ns:
linked-hashmap (values only) took 200ns:
fx hashmap (values only) took 321ns:
vs
#iterate
indexmap took 61ns:
vec took 80ns:
hashmap took 251ns:
linked-hashmap took 141ns:
fx hashmap took 240ns:
indexmap (values only) took 80ns:
linked-hashmap (with view) took 130ns:
linked-hashmap (values only) took 120ns:
fx hashmap (values only) took 190ns:
(edited)v
v
into a
and then drops a
v
let _ = std::hint::black_box(v);
vs
let a = v; std::hint::black_box(a);
already produces significantly different results xD (ran it a few times only tho)
#iterate
indexmap took 131ns:
vec took 120ns:
hashmap took 340ns:
linked-hashmap took 230ns:
fx hashmap took 310ns:
indexmap (values only) took 150ns:
linked-hashmap (with view) took 200ns:
linked-hashmap (values only) took 200ns:
fx hashmap (values only) took 321ns:
vs
#iterate
indexmap took 61ns:
vec took 80ns:
hashmap took 251ns:
linked-hashmap took 141ns:
fx hashmap took 240ns:
indexmap (values only) took 80ns:
linked-hashmap (with view) took 130ns:
linked-hashmap (values only) took 120ns:
fx hashmap (values only) took 190ns:
(edited) let _ = std::hint::black_box(v);
vs
let a = v; std::hint::black_box(a);
already produces significantly different results xD (ran it a few times only tho)
#iterate
indexmap took 131ns:
vec took 120ns:
hashmap took 340ns:
linked-hashmap took 230ns:
fx hashmap took 310ns:
indexmap (values only) took 150ns:
linked-hashmap (with view) took 200ns:
linked-hashmap (values only) took 200ns:
fx hashmap (values only) took 321ns:
vs
#iterate
indexmap took 61ns:
vec took 80ns:
hashmap took 251ns:
linked-hashmap took 141ns:
fx hashmap took 240ns:
indexmap (values only) took 80ns:
linked-hashmap (with view) took 130ns:
linked-hashmap (values only) took 120ns:
fx hashmap (values only) took 190ns:
(edited)black_box(&result)
instead?black_box(result)
has to move result
aroundblack_box(&result)
doesn't have to do thatlet _ = hint::black_box(&v);
ddnet-17+quic://127.0.0.1:8303#serverpublickeygoeshere
(edited)git worktree add
you can check out any branch you want as a separate folder without disturbing your current workgit worktree add
you can check out any branch you want as a separate folder without disturbing your current work cargo --help
doesn't changecargo
's output to SVG, and then you can see in pull requests how cargo
's output changescargo
's output to SVG, and then you can see in pull requests how cargo
's output changes .cache/yay/msgpack-tools/src/msgpack-tools-0.6/contrib/rapidjson-99ba17bd66a85ec64a2f322b68c2b9c3b77a4391/include/rapidjson/document.h:319:82: error: assignment of read-only member ‘rapidjson::GenericStringRef<CharType>::length’
319 | GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
| ~~~~~~~^~~~~~~~~~~~
Reader
instead of using the vector?Interface?
- i'm asking because i've seen it quite a few times now that both option's are offered and i'm not sure which libreoffice to choose rpc ranks.Insert ...
. Then the message routing system would take responsibility for making that happen. We'd have whatever consumer we want on ddnet.org it could be psql, mariadb or whatever newfangled bigquery magic you wantInterface?
- i'm asking because i've seen it quite a few times now that both option's are offered and i'm not sure which libreoffice to choose Interface?
- i'm asking because i've seen it quite a few times now that both option's are offered and i'm not sure which libreoffice to choose Interface?
- i'm asking because i've seen it quite a few times now that both option's are offered and i'm not sure which libreoffice to choose Interface?
- i'm asking because i've seen it quite a few times now that both option's are offered and i'm not sure which libreoffice to choose peer
on that line, which is safe@remove-line-for-nolocal@
does-A
but debian does. So I guess this default is indeed insane but fixed by debian-A
but debian does. So I guess this default is indeed insane but fixed by debian pg_createcluster
which calls initdb
with a safe -A
bcbfa1b
Version 18.4 - def-
da2d6dd
Update Ukrainian l10n (18.4) - EGYT5453
722257c
Update brazilian_portuguese.txt - rffontenelle
37eaa1b
Update russian.txt - gerdoe-jr
bcc08ec
Update Swedish translations for 18.4 - furo321
3ff9406
Fix assertion when rendering demo with updated ffmpeg library - Robyt3
e21dc9a
Update Estonian translations (by Cammo) - def-
fb8144e
Update simplified_chinese.txt - By622
36825f5
Update traditional_chinese.txt - By622void
might be a good first-class typevoid
might be a good first-class type 188.133.192.77:8303
.
FYI:
1. We can scale bots depending on the task. For example: we can use just 2 bots or scale them to 16. Same for colorcatch: 2→64.
2. We use k8s for hosting servers and other TeeSports infra, so bots can join servers using k8s network (10.244.0.0/16
in our cases).
3. We use Swarfey library to make bots
4. Bots can send messages and they can use weapon, move etc.
5. Bots listed on master servers now, so i deployed only 3 bots on our test server (join 188.133.182.77:8303
to see), but I can scale in easy (see 1st list item)188.133.192.77:8303
.
FYI:
1. We can scale bots depending on the task. For example: we can use just 2 bots or scale them to 16. Same for colorcatch: 2→64.
2. We use k8s for hosting servers and other TeeSports infra, so bots can join servers using k8s network (10.244.0.0/16
in our cases).
3. We use Swarfey library to make bots
4. Bots can send messages and they can use weapon, move etc.
5. Bots listed on master servers now, so i deployed only 3 bots on our test server (join 188.133.182.77:8303
to see), but I can scale in easy (see 1st list item) CMake Error at CMakeLists.txt:644 (message):
You must install Rust and Cargo to compile DDNet
Example run: https://github.com/Robyt3/ddnet/actions/runs/10046482460/job/2776602718955.97s user 1.43s system 112% cpu 50.871 total
After
0.02s user 0.00s system 105% cpu 0.021 total
templ fmt
to format .templ
filesCTouchControls
for playing the game with touch inputs. The touch controls can be enabled/disabled with the config variable cl_touch_controls
, which defaults to 1 on Android and 0 on other platforms. The touch controls consist of various on-screen touch buttons. The buttons are only shown when they are usable depending on the context.
Movement buttons for Left, Right and Jump actions are arranged in a ⊥
-pattern similar to WASD controls.
For the fire and hoo...dbg_dummies 17
set_team_ddr 0 1
set_team_ddr 63 1
set_team_ddr 62 1
set_team_ddr 61 1
set_team_ddr 60 1
set_team_ddr 59 1
set_team_ddr 58 1
55.97s user 1.43s system 112% cpu 50.871 total
After
0.02s user 0.00s system 105% cpu 0.021 total
<br>
tag and formatter was changing it to <br/>
, so in unformatted version it was also trying to parse child of br
tag, that's why it was taking so long<br>
is a tag that doesn't need closing"gfx_backend OpenGL"
"gfx_backend OpenGL"
<span style="color:#c00000"></span>
? ^^<span style="color:#c00000"></span>
? ^^