</> HitReader
Blog Explore About

Tag: #c++

How Vectorized Quicksort Fills Every CPU Lane
performance engineering Sep 16, 2026 6 min read

How Vectorized Quicksort Fills Every CPU Lane

Vectorized Quicksort keeps the familiar pivot-and-partition strategy but feeds many values through CPU vector lanes at once. This article explains SIMD partitioning, compress-store operations, sorting networks, Highway portability, and the trade-offs behind the speedup.

by ahsan
#c++ #cpu performance #highway #quicksort #simd
Make It Anyway: Why Hand-Built Code Matters
software development Sep 12, 2026 5 min read

Make It Anyway: Why Hand-Built Code Matters

Coding assistants can produce useful code in seconds, but speed is not the only reason to program. A small C++ game loop shows how manual work can restore curiosity, learning, and a sense of ownership.

by ahsan
#c++ #developer tools #game development #generative ai #programming
libexpat gets Munich funding: what a “security vacation” changes for XML parsing
software security Aug 05, 2026 7 min read

libexpat gets Munich funding: what a “security vacation” changes for XML parsing

libexpat (Expat) is a stream-oriented C XML parser used broadly in open source. After a “security vacation” ended on 2026-08-01, funded maintenance aims to fix unfixed security issues and improve standards support like XML 1.0r5.

by ahsan
#c++ #libexpat #open-source #security #xml
Shitty Terminal: How “Damage Rendering” and GPU Cells Win (and What “Memory-unsafe” Costs)
systems programming Aug 03, 2026 7 min read

Shitty Terminal: How “Damage Rendering” and GPU Cells Win (and What “Memory-unsafe” Costs)

Shitty is a terminal emulator built for low latency and high throughput, keeping terminal state on the CPU while rendering cells with GPU compute backends (Vulkan/Metal). It also warns that it’s memory-unsafe, making testing and sanitizer-based verification central to its design.

by ahsan
#c++ #gpu #memory safety #performance #terminal

Categories

  • artificial intelligence
  • machine learning
  • software engineering
  • cybersecurity
  • web development
  • embedded systems
  • hardware
  • privacy
Explore all →

Tags

#open-source #privacy #llm #cybersecurity #artificial intelligence #rust #linux #ai agents #machine learning #ai #security #llm inference
Explore all →

© 2026 HitReader.

About Explore Terms Privacy Facebook