Discover Packages
github.com/larzconwell/bzip2
internal
bwt
package
Version:
v0.0.0-...-ecf7a0d
Opens a new window with list of versions in this module.
Published: Apr 5, 2016
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package bwt implements the Burrows-Wheeler Transform.
func Transform(dst, src []byte ) int
Transform performs the Burrows-Wheeler Transform on the src
slice and writes the results to dst, the index to the original
src after sorting is returned.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.