Skip to content

Instantly share code, notes, and snippets.

View Bvngee's full-sized avatar

Jack Nystrom Bvngee

View GitHub Profile
@Bvngee
Bvngee / README.md
Last active March 2, 2025 10:20
JS Quick Array Performance Tests

Quick JS Array Performance Tests

WARNING:

These tests are not actually indicitive of any real performance metrics. I mostly put these together to get a sense of how these different approaches work, and to get a very rough speed comparison (I am fully aware of all the pitfalls of microbenchmarks).

I am only archiving them so in the future I can reference the code again if need be.

@Bvngee
Bvngee / Sway_wlroots_nixos_process.md
Last active April 4, 2024 18:44
How to compile Sway and wlroots together from source (on NixOS)

How to compile Sway and wlroots together from source (on NixOS)

I came up with this process when I needed to compile the latest commit of Sway to test a new feature, and my distro (NixOS) didn't have the required wlroots version packaged so I needed to compile that too. Here are the commands I ran for each repo:

1) wlroots

git clone https://gitlab.freedesktop.org/wlroots/wlroots