Browse Source

update upstream

pull/614/merge
Chris Lu 7 years ago
parent
commit
1d09291f95
  1. 4
      weed/compress/delta_binary_pack32.go

4
weed/compress/delta_binary_pack32.go

@ -1,8 +1,8 @@
package compress
import (
"github.com/reducedb/encoding/cursor"
"github.com/reducedb/encoding/delta/bp32"
"github.com/dataence/encoding/cursor"
"github.com/dataence/encoding/delta/bp32"
)
// Compress compresses in[]int32 to out[]int32

Loading…
Cancel
Save