NIM
  • Golang
  • Redis
  • Apache Kafka
  • Docker
  • gRPC
  • RabbitMQ
  • Angular
Sign in Subscribe

Benchmarking

A collection of 3 posts
Zero Allocation in Golang: Boosting Speed and Efficiency
Go

Zero Allocation in Golang: Boosting Speed and Efficiency

Learn how to achieve zero allocation in Go (Golang) by avoiding unnecessary allocations, using pointers, and leveraging escape analysis for stack allocation. Boost the speed and efficiency of your programs.
Apr 25, 2024 3 min read
gRPC Performance Tuning: Tips and Techniques for Maximum Efficiency
gRPC

gRPC Performance Tuning: Tips and Techniques for Maximum Efficiency

Optimize the performance of your gRPC applications with these tips: efficient data serialization, protobuf compiler plugin, resource usage, streaming, compression, network settings, benchmarking. Boost your microservices' efficiency!
Apr 21, 2024 3 min read
Zero Allocation in Golang: An Efficient Memory Management Technique
Golang

Zero Allocation in Golang: An Efficient Memory Management Technique

"Zero Allocation is a technique used in Golang to minimize memory allocation on the heap. By reusing memory, it improves performance and reduces memory footprint, resulting in better scalability and efficiency."
Sep 23, 2023 3 min read
Page 1 of 1
NIM © 2025
Powered by Ghost