Categories
Tags
algorithms APIT Arc arm assembly asynchronous base64 BitHacks Blogging box c clang-format client cmake compiler Computer concat concurrency const_fn contravariant cos covariant cpp CS 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
250103_string_append
2025-01-03
(concat , append) This keeps original data and adds new text after it.
106 words
|
1 minutes
250103_string_format_push_str_concat_join_push
2025-01-03
String Method `format!`, `+`, `push_str`, `push`, `concat`, `join`
192 words
|
1 minutes
240703_Array_vs_Vec_memory_diagrams
2024-07-03
I’ll explain Array vs Vec memory layout, where data lives, what’s on stack vs heap, and why performance differs, using clear CLI diagrams you can see with your eyes.
777 words
|
4 minutes