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

240201_Rust_TOML_lto_strip
This is a Rust release profile configuration inside Cargo.toml.You are doing a lot of performance-oriented Rust work (thread pools, channels, low-level memory, etc.), so this setup is clearly optimized for maximum runtime performance and smallest binary size. & explain Thin LTO vs Fat LTO in depth
1765 words
|
9 minutes
nc_Netcat
nc 포트검색, Netcat(ornc)은 TCP 또는 UDP 프로토콜을 사용하여 네트워크 연결을 통해 데이터를 읽고 쓰는 명령줄 유틸리티입니다. `nc` - arbitrary TCP and UDP connections and listens
239 words
|
1 minutes