Categories
Tags
3d algorithms alignment analyze APIT Arc Architecture arm ascii assembly asynchronous base64 BitHacks Blogging box c c23 clang clang-format client clippy cmake compiler Computer concat concurrency const_fn constexpr contravariant cos covariant cpp cpu crate CS Customization cybersecurity DataStructure db debugging Demo deserialization discrete doc DP drawio dtruss Dynamic emulator example Example FFI flamegraph flat_map fold format FP fsanitize Functional FunctionalProgramming functions futures Fuwari game GATs gcc gccrs generics gitignore glibc GUI hacking hashmap haskell heap hyperfine Imperative interop invariant iterator join justfile kernel LaTeX leak LFU linux lto MachineLearning macOS map Markdown math ML mmap mod nc OnceLock optimization OS ownership panic parallels perf physics pin postgresql product profiling pub radare2 rayon release reverse RPIT rust sanitizer Science science serialization server shift sin size SmallProjects socket std strace String StringView strip strlen struct sum super surrealdb SWAR swisstable synchronous tan thread time toml tracing traits triangulation uint32_t UnsafeRust utf16 utf8 Video vulkan wsl x86_64 xilem zig
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
240702_sin_cos_tan_triangulation
2024-07-02
sin , cos, tan 기초 & 삼각 측량(TRUE triangulation )
2132 words
|
11 minutes
240701_stack_impl
2024-07-01
rust로 stack구현(vector로 편하게, static array로 빡쎄게 구현, const fn활용)
1241 words
|
6 minutes
240630_LaTeX_Summary
2024-06-30
LaTeX 기본기 - LaTeX is a typesetting system for creating professional-looking documents, commonly used in academia and scientific publishing, with a focus on content rather than appearance
83 words
|
1 minutes