From a6b00502b04ced2f12cfcf35c6f276cff349737b Mon Sep 17 00:00:00 2001 From: Zhaozhong Ni Date: Fri, 24 Aug 2018 14:52:23 -0700 Subject: compressio: support optional hashing and eliminate hashio. Compared to previous compressio / hashio nesting, there is up to 100% speedup. PiperOrigin-RevId: 210161269 Change-Id: I481aa9fe980bb817fe465fe34d32ea33fc8abf1c --- pkg/hashio/BUILD | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 pkg/hashio/BUILD (limited to 'pkg/hashio/BUILD') diff --git a/pkg/hashio/BUILD b/pkg/hashio/BUILD deleted file mode 100644 index 5736e2e73..000000000 --- a/pkg/hashio/BUILD +++ /dev/null @@ -1,19 +0,0 @@ -package(licenses = ["notice"]) # Apache 2.0 - -load("//tools/go_stateify:defs.bzl", "go_library", "go_test") - -go_library( - name = "hashio", - srcs = [ - "hashio.go", - ], - importpath = "gvisor.googlesource.com/gvisor/pkg/hashio", - visibility = ["//:sandbox"], -) - -go_test( - name = "hashio_test", - size = "small", - srcs = ["hashio_test.go"], - embed = [":hashio"], -) -- cgit v1.2.3