Skip to content

Instantly share code, notes, and snippets.

View tarekbadrsh's full-sized avatar
🎯
Focusing

Tarek Badr tarekbadrsh

🎯
Focusing
View GitHub Profile
@RubenKelevra
RubenKelevra / fast_firefox.md
Last active April 28, 2025 05:14
Make Firefox fast again
@evalphobia
evalphobia / atoi_test.go
Last active March 28, 2025 12:42
golang benchmark: String and Int conversions
package bench
import (
"strconv"
"testing"
)
var smallStr = "35"
var bigStr = "999999999999999"