cespare / xxhash

A Go implementation of the 64-bit xxHash algorithm (XXH64)
MIT License
1.79k stars 123 forks source link

TestWriteBlocksASM crashes with 'fatal error: sweep increased allocation count' #1

Closed cespare closed 8 years ago

cespare commented 8 years ago

This crashes pretty quickly:

go test -run WriteBlocksASM -count 10000

I suspect a bug in the streaming asm implementation.