deltaci | 2 years ago | on: Graviton 3, Apple M2 and Qualcomm 8cx 3rd gen: a URL parsing benchmark
deltaci's comments
deltaci | 3 years ago | on: GitHub Actions Incident 29.3
deltaci | 3 years ago | on: Fast CI with MicroVMs
deltaci | 3 years ago | on: We Halved Go Monorepo CI Build Time
[0] https://buildjet.com/for-github-actions/blog/a-performance-r...
edited: wrong link
deltaci | 3 years ago | on: Ask HN: What is the best jurisdiction for internationally distributed teams?
deltaci | 4 years ago | on: Yes, PHP is faster than C#
using var file = File.OpenRead("file.bin");
var counter = 0;
var sw = Stopwatch.StartNew();
var buf = new byte[4096];
while (file.Read(buf,0,buf.Length) > 0)
{
foreach (var t in buf)
{
if (t == '1')
{
counter++;
}
}
}
sw.Stop();
Console.WriteLine($"Counted {counter:N0} 1s in {sw.Elapsed.TotalMilliseconds:N4} milliseconds");deltaci | 4 years ago | on: Yes, PHP is faster than C#
deltaci | 4 years ago | on: Yes, PHP is faster than C#
deltaci | 4 years ago | on: Cloud Provider Performance Comparison – Perl and More
deltaci | 4 years ago | on: Amazon Elastic File System Update – Sub-Millisecond Read Latency
deltaci | 4 years ago | on: Steve Simon announces WTA’s decision to suspend tournaments in China
deltaci | 4 years ago | on: Incident Affecting Google Cloud Infrastructure Components
deltaci | 4 years ago | on: React Aria: A headless UI component library
deltaci | 4 years ago | on: Apple’s new M1 Pro and M1 Max processors
https://buildjet.com/for-github-actions/blog/a-performance-r...