Categories
Tags
algorithms APIT Arc arm assembly asynchronous base64 BitHacks Blogging box c clang-format client cmake compiler concat concurrency const_fn contravariant cos covariant cpp Customization cybersecurity DataStructure db debugging Demo deserialization discrete doc DP dtruss Dynamic Example FFI flat_map format FP fsanitize Functional functions futures Fuwari GATs gccrs generics gitignore glibc GUI hacking hashmap haskell heap interop invariant iterator join justfile kernel LaTeX leak LFU linux lto MachineLearning macOS Markdown math ML mmap nc OnceLock optimization OS panic parallels perf physics pin postgresql radare2 release reverse RPIT rust sanitizer science Science serialization server shift sin SmallProjects socket std strace String StringView strip strlen surrealdb SWAR swisstable synchronous tan toml traits triangulation UnsafeRust utf16 utf8 Video wsl x86_64 xilem zig
240604_Generics_basic01
2024-06-04
제네릭을 써야하는 이유. generic simple) We use generics to create definitions for items like function signatures or structs, which we can then use with many different concrete data types.
427 words
|
2 minutes
240604_rust_String_utf8_simple01
2024-06-04
Most of the character string processing in the Rust language is treated as a vector, and the type is treated as u8.
213 words
|
1 minutes
240502_Assembly_x86_64_basic001
2024-05-02
x86_64_Assembly Language Programming with Ubuntu(eBook)
2889 words
|
14 minutes