Skip to content

Instantly share code, notes, and snippets.

@inkreasing
inkreasing / results-2026-05-13-01
Created May 13, 2026 10:18
laptop benchmark results
BYTE UNIX Benchmarks (Version 6.0.0)
System: : GNU/Linux
OS: GNU/Linux -- 7.0.5-arch1-1 -- #1 SMP PREEMPT_DYNAMIC Fri, 08 May 2026 09:29:23 +0000
Machine: x86_64 (unknown)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Core(TM)2 Duo CPU P7550 @ 2.26GHz (4510.5 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
CPU 1: Intel(R) Core(TM)2 Duo CPU P7550 @ 2.26GHz (4510.5 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
@inkreasing
inkreasing / gist:8a269a6bd8f9e86b8f866d82fa477af6
Last active October 11, 2025 15:51
Graphite macos build errors
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `library_loader`
--> desktop/src/cef/context/builder.rs:30:17
|
30 | let loader = library_loader::LibraryLoader::new(&std::env::current_exe().unwrap(), false);
| ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `library_loader`
|
= help: if you wanted to use a crate named `library_loader`, use `cargo add library_loader` to add it to your `Cargo.toml`
help: consider importing this struct
|
1 + use cef::library_loader::LibraryLoader;

aspe:keyoxide.org:DQEGFXMS2IE2QV3N464TSPLLYI