Skip to content

Binary Musings

  • Privacy Policy
  • Connect
  • Terms and Conditions

Performance

Go Programming Patterns: Slices, Interfaces & Performance

November 9, 2025June 28, 2025 by Garry Chen 101
Golang Slice

Essential Go programming patterns including slice memory management, interface design, time handling, and performance optimization techniques for better Go applications.

Categories golang Tags Golang, Interface Design, Performance, Programming-Patterns, Slice Management Leave a comment

C++ Associative Containers Guide: Maps, Sets & Hash Tables

November 9, 2025June 22, 2025 by Garry Chen 101
C++ Associative Containers

Complete guide to C++ associative containers: map, set, unordered containers, hash tables, function objects, and performance tips.

Categories c++ Tags Associative Containers, C++, Hash Tables, Performance, STL Maps Leave a comment

C++ STL Containers Guide: Vector, List, Deque Performance

November 9, 2025June 20, 2025 by Garry Chen 101
C++ Containers

Complete guide to C++ STL containers: vector, list, deque, queue, stack with memory layouts, performance tips, and usage examples.

Categories c++ Tags C++, Data-Structures, Performance, STL Containers, Vector Leave a comment

C++ Move Semantics Guide: Rvalue References & Forwarding

November 9, 2025June 19, 2025 by Garry Chen 101
Move semantics

Understand rvalue references, value categories, perfect forwarding, and performance optimization techniques.

Categories c++ Tags C++, Modern C++, Move Semantics, Performance, Rvalue References Leave a comment

Go Network Programming: How Epoll Powers Performance

November 14, 2025June 13, 2025 by Garry Chen 101
Golang Epoll Gopher

Exploring how Go combines the simplicity of synchronous programming with the efficiency of epoll-based asynchronous I/O for high-performance network programming.

Categories golang Tags Epoll, Golang, Goroutines, Network Programming, Performance Leave a comment

Recent Posts

  • Rust Error Handling 101: Option, Result, and Panic
  • Makefile Tutorial Part 1: Basic make Rules, Targets & Clean
  • Rust Smart Pointers Guide: Box, Cow & MutexGuard Explained
  • Rust Standard Library Traits: Complete Guide to Memory & Type
  • Rust Traits Guide: Polymorphism & Dynamic Dispatch Tutorial

Recent Comments

No comments to show.

Archives

  • November 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025

Categories

  • c++
  • cpp
  • golang
  • javascript
  • rust
RSS Feed Subscribe
© 2025 Binary Musings • Built with GeneratePress