Skip to content
Snippets Groups Projects
  • Klaus Post's avatar
    ed0ef5d2
    Add pseudo-random reader (#20) · ed0ef5d2
    Klaus Post authored
    Provides infinite stream of pseudorandom data.
    
    ``
    BenchmarkMathRand-32               20776             58177 ns/op        1718.88 MB/s           0 B/op          0 allocs/op
    BenchmarkReader-32                385144              2967 ns/op        33702.78 MB/s          0 B/op          0 allocs/op
    
    no asm:
    BenchmarkReader-32                197226              5938 ns/op        16839.56 MB/s          0 B/op          0 allocs/op
    ```
    ed0ef5d2
    History
    Add pseudo-random reader (#20)
    Klaus Post authored
    Provides infinite stream of pseudorandom data.
    
    ``
    BenchmarkMathRand-32               20776             58177 ns/op        1718.88 MB/s           0 B/op          0 allocs/op
    BenchmarkReader-32                385144              2967 ns/op        33702.78 MB/s          0 B/op          0 allocs/op
    
    no asm:
    BenchmarkReader-32                197226              5938 ns/op        16839.56 MB/s          0 B/op          0 allocs/op
    ```