Skip to content

Instantly share code, notes, and snippets.

View tarekbadrsh's full-sized avatar
🎯
Focusing

Tarek Badr tarekbadrsh

🎯
Focusing
View GitHub Profile
@evalphobia
evalphobia / atoi_test.go
Last active February 13, 2023 16:12
golang benchmark: String and Int conversions
package bench
import (
"strconv"
"testing"
)
var smallStr = "35"
var bigStr = "999999999999999"
@RubenKelevra
RubenKelevra / fast_firefox.md
Last active July 22, 2024 11:08
Make Firefox fast again