Venkatesh Kulkarnivenky2507.hashnode.dev·Nov 23, 2023Exploring the Depths of Operating System BenchmarkingIntroduction In this evolving age of computing, the operating system plays a crucial role in ensuring the smooth execution of applications and efficient utilization of hardware resources. Operating system benchmarking is a process or practice that a...Discussoperating system
Satyarth Ojhaprog-bytes.hashnode.dev·Nov 13, 2023Golang Structs Memory Allocation - III shared some of the understandings about how memory is allocated in Go within a struct and how can we make minor tweaks and attain good optimizations in our program. The link to the previous article is here (Golang Struct Memory Allocation). Talk i...Discuss·6 likes·1.1K readsGolanggolang
Nguyen Hoang Namnamnguyen1202.hashnode.dev·Nov 6, 2023Memory Cache versus Query with index in Spring BootWhen working with data, there are two primary approaches: caching and querying. The choice between these methods depends on the specific requirements of the data access scenario. This article explores the situation of finding a user by name, consider...DiscussJava
Saurabh Naiksaurabhz.hashnode.dev·Oct 25, 2023Evaluating LLMs: Navigating Metrics and Benchmarks in the Realm of Non-Deterministic ModelsIntroduction: In the traditional realm of machine learning, evaluating the performance of models was a relatively straightforward affair. Deterministic models, such as those used in classical machine learning, provided predictable outcomes that allow...DiscussGenerative AIgenerative ai
Berwyn Hoytberwyn.hashnode.dev·Oct 24, 2023Best web request generator for benchmarkingI needed to compare several Lua web server software packages for raw speed. This proved to be rather difficult because one web request generator after another had problems. In the end, I found what I needed, and produced an article benchmarking OpenR...Discuss·1 like·102 readsBenchmark
Berwyn Hoytberwyn.hashnode.dev·Oct 24, 2023Update: OpenResty vs Lua 5.4: a benchmarkThis is an update to version 1 of my blog article that benchmarked Lua alternatives to OpenResty. Several parties replied to inform me of some impressive alternatives, so I have added benchmarks for redbean and nginx-lws, two good options for Lua 5.4...Discuss·1 like·1.6K readsLua
Mirza BilalPromirzabilal.com·Oct 11, 2023CPU vs GPU for Video Transcoding: Challenging the Cost-Speed MythIntroduction When evaluating computational power, especially in terms of CPUs and GPUs, there’s a prevailing narrative. A general belief is, that CPUs may take longer to process, but they're cost-effective, whereas GPUs might be faster but operate at...Discuss·180 readsThe Video Transcoding: From CPU, GPU to Cost EfficiencyFFmpeg
강태구ktg0210.hashnode.dev·Oct 10, 2023ffmpeg output duration- 개요 ffmpeg duration 알고 싶을 때 - 방법1 time ffmpeg -benchmark -i example.mp4 .................................. real 2m6.365s user 7m52.262s sys 0m13.896s \>> real 이 실제 걸린 시간 - 방법2 ffmpeg -benchmark -i video.mp4 ................................DiscussAWS
Dhaval Singhwww.dsdev.in·Oct 7, 2023Profiling vs Benchmarking 101𝐏𝐫𝐞𝐦𝐚𝐭𝐮𝐫𝐞 𝐨𝐩𝐭𝐢𝐦𝐢𝐳𝐚𝐭𝐢𝐨𝐧 𝐢𝐬 𝐭𝐡𝐞 𝐫𝐨𝐨𝐭 𝐨𝐟 𝐚𝐥𝐥 𝐞𝐯𝐢𝐥 - Donald Knuth As a developer, we often dive into our codebase, thinking, "Hey, let's tweak this bit or give that part a little upgrade!" But, man, even the simple...Discussprofiling
Berwyn Hoytberwyn.hashnode.dev·Sep 20, 2023OpenResty vs Lua 5.4: a benchmarkThe problem One of my customers, the University of Antwerp, wants to switch from PHP to Lua 5.4 for their web apps that access their library catalogue product. OpenResty is the obvious choice of web stack ... but it doesn't support Lua 5.4. Everyone ...Discuss·1.7K readsLua