This commit is contained in:
hoteas
2018-04-03 19:11:51 +00:00
parent 1de2c6e8b6
commit 910424f80c
5 changed files with 140 additions and 425 deletions
-15
View File
@@ -10,21 +10,6 @@ import (
func main() {
x:=hotime.CacheMemory{}
x.Cache("x",123)
for i:=0;i<10000000 ;i++ {
go func() {
x.Cache("y",i)
fmt.Println(x.Cache("y"))
fmt.Println(x.Cache("y",nil))
}()
}
appIns := hotime.Application{}
i := 0