article thumbnail

Optimizing String Comparisons in Go

DZone

Want your Go programs to run faster? Optimizing string comparisons in Go can improve your application’s response time and help scalability. In a previous article, we looked at How to compare strings in Go and did some benchmarking. We’re going to expand on that here.

article thumbnail

Netflix at AWS re:Invent 2019

The Netflix TechBlog

In this talk, we share how Netflix deploys systems to meet its demands, Ceph’s design for high availability, and results from our benchmarking. In order to maintain performance, benchmarking is a vital part of our system’s lifecycle. We explore all the systems necessary to make and stream content from Netflix.

AWS 100
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Netflix at AWS re:Invent 2019

The Netflix TechBlog

In this talk, we share how Netflix deploys systems to meet its demands, Ceph’s design for high availability, and results from our benchmarking. In order to maintain performance, benchmarking is a vital part of our system’s lifecycle. We explore all the systems necessary to make and stream content from Netflix.

AWS 100
article thumbnail

Is MongoDB Open Source? Is Planet Earth Flat?

Percona

They came up with a horizontally scalable NoSQL database. Though still not “profitable” by many benchmarks, it’s a lot closer to being so, perhaps in a big way.) MongoDB is a non-relational (NoSQL), document-based database program that is commonly referred to as source-available.

article thumbnail

Kubernetes Observability: Code Profiling With Flame Graphs

Percona

Depending on the application programming language, which is specified as an argument in the command line, the tool launches a compatible image profiler that contains everything it needs to successfully produce the flame graph. In secure environments where policies are defined, launching such a pod should be done by a trusted privileged user.

Code 109
article thumbnail

Lerner?—?using RL agents for test case scheduling

The Netflix TechBlog

Netflix engineers run a series of tests and benchmarks to validate the device across multiple dimensions including compatibility of the device with the Netflix SDK, device performance, audio-video playback quality, license handling, encryption and security. which allows fast deployment times and rapid scalability.

Testing 163
article thumbnail

Article: Donkey: A Highly-Performant HTTP Stack for Clojure

InfoQ

In this article, we’ll briefly outline the use-case for a library like Donkey and present our benchmarks. Donkey is the product of the quest for a highly performant Clojure HTTP stack aimed to scale at the rapid pace of growth we have been experiencing at AppsFlyer, and save us computing costs. By Yaron Elyashiv.