Skip to content

Instantly share code, notes, and snippets.

View robert-milan's full-sized avatar

Robert Milan robert-milan

View GitHub Profile
@robert-milan
robert-milan / ccache_test.go
Last active October 3, 2018 01:12
Evict Memory Leak Testing (before and after fix) (master / cebc212)
package cache
import (
"bytes"
"encoding/binary"
"fmt"
"runtime"
"sync"
"testing"
"time"