Skip to content

Instantly share code, notes, and snippets.

View noypi's full-sized avatar

saifuddin noypi

  • cebu city, philippines
View GitHub Profile
@bboyle1234
bboyle1234 / DoubleExtensions.cs
Last active January 15, 2022 19:06
Humanizes numbers. Makes them human-readable
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using static System.Math;
namespace Foo {
public static class DoubleExtensions {
@witooh
witooh / http_benchmark
Created February 10, 2015 10:16
http_benchmark
go test -bench=. -timeout=20m
#GithubAPI Routes: 203
Ace: 60520 Bytes
Beego: 165192 Bytes
Bone: 92960 Bytes
Denco: 36440 Bytes
Gin: 66896 Bytes
GocraftWeb: 88840 Bytes
Goji: 50584 Bytes