Categories
Tags
algorithms APIT arm assembly asynchronous base64 Blogging box c clang-format cmake compiler concurrency const_fn contravariant cos covariant cpp Customization cybersecurity DataStructure db Demo deserialization discrete doc DP Dynamic Example FFI flat_map FP Functional functions futures Fuwari GATs gccrs generics gitignore GUI hacking hashmap haskell heap interop invariant iterator justfile kernel LaTeX LFU linux MachineLearning Markdown math ML OnceLock optimization OS parallels perf physics pin postgresql release RPIT rust science Science serialization shift sin SmallProjects std String surrealdb swisstable synchronous tan traits triangulation utf16 utf8 Video x86_64 xilem zig
260130_What_does_const_fn_actually_do
2026-01-30
const fn을 사용하여 얻는 것, 중요한 경우, 그렇지 않은 경우를 구체적인 시스템 수준의 직관(C/C++ 스타일)으로 설명해 드리겠습니다.
1458 words
|
7 minutes
260129Deep_Dive_into_HashMap_Swisstables
2026-01-29
C++ Swisstables설명 & Rust 로 swisstable만들면서 하나씩 깊이 파고 들기
4603 words
|
23 minutes
260127_Safe_Interop_Between_Rust_and_Cpp
2026-01-27
Safe interop between Rust and C++ / https://cxx.rs/
42 words
|
1 minutes
260121_Get_rid_of_the_unwrap_Err_don_t_panic
2026-01-21
unwrap() 과 expect()를 제거하는 훈련 & 일단 코드 돌려 놓고 최적화 하기 절대 panic나면 안되는거 훈련
1947 words
|
10 minutes
260120_Matrix_Test_Cpp_Rust
2026-01-20
Matrix Multiplication Benchmark (1000x1000 matrix) / C++ / Rust
2562 words
|
13 minutes