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
260203_system_call_linux_VS_windows
2026-02-03
System Call시스템 콜은 유저 프로그램이 커널 모드에서만 가능한 기능을 안전하게 사용할 수 있도록 도와주는 인터페이스이다.
888 words
|
4 minutes
260202_rust_kernel_basic002
2026-02-02
현재(Linux 커널 도입된 버젼 6.18.12) Rust로 커널 만드는데 중요한 3가지 개념 정리(1. 필드 프로젝션(Field Projection), 2.제자리(in-place) 초기화 (In-place Initialization), 3. 임의 Self 타입(Arbitrary self types))
965 words
|
5 minutes
260201_Serialize_Deserialize
2026-02-01
CS 기초 | 직렬화(Serialize)와 역직렬화(Deserialize)란?
964 words
|
5 minutes
260131_implementing_LFU_Cache_Least_Frequently_Used
2026-01-31
(C++ & Rust) How to implement a Least Frequently Used (LFU) cache?
1697 words
|
8 minutes
260130Deep_Dive_into_HashMap002_Try_making
2026-01-30
나만의 HashMap만들기 & Assembly code로 Hash최적화 시도
2389 words
|
12 minutes