minio/pkg/encoding/erasure
2015-03-24 19:12:52 -07:00
..
docs Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
.gitignore Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
BUILDDEPS.md Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
cauchy_test.go Rename parms as --> params for brevity and misc cleanup 2015-03-22 20:26:01 -07:00
CONTRIBUTING.md Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
ctypes.go erasure encode janitor duty 2015-03-24 18:47:53 -07:00
doc.go Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
ec-base.c Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
ec-base.h Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
ec-code.h Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
ec-common.h Update license header Mini should be Minimalist really 2015-03-19 14:35:50 -07:00
ec-ctypes.h Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
ec-decode.c Update license header Mini should be Minimalist really 2015-03-19 14:35:50 -07:00
ec-encode.c Update license header Mini should be Minimalist really 2015-03-19 14:35:50 -07:00
ec-highlevel-func.c Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
ec-multibinary.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
ec-reg-sizes.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
ec-vect-mul.h Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
erasure_decode.go erasure encode janitor duty 2015-03-24 18:47:53 -07:00
erasure_encode.go Erasure technique is now uint8, handle it appropriately 2015-03-24 19:12:52 -07:00
erasure_yasm_darwin.go Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
erasure_yasm_linux.go Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
erasure_yasm_windows.go Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-2vect-dot-prod-avx.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-2vect-dot-prod-avx2.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-2vect-dot-prod-sse.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-3vect-dot-prod-avx.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-3vect-dot-prod-avx2.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-3vect-dot-prod-sse.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-4vect-dot-prod-avx.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-4vect-dot-prod-avx2.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-4vect-dot-prod-sse.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-5vect-dot-prod-avx.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-5vect-dot-prod-avx2.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-5vect-dot-prod-sse.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-6vect-dot-prod-avx.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-6vect-dot-prod-avx2.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-6vect-dot-prod-sse.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-vect-dot-prod-avx.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-vect-dot-prod-avx2.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-vect-dot-prod-sse.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-vect-mul-avx.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
gf-vect-mul-sse.asm Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
LICENSE.INTEL Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
LICENSE.MINIO Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
README.md Update erasure README with supported architecture list 2015-03-12 16:37:08 -07:00
RELEASE-NOTES.INTEL Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
RELEASE-NOTES.MINIO Move pkg/storage/erasure to pkg/encoding/erasure - and other cleanups 2015-03-07 00:16:48 -08:00
stdint.go Update license header Mini should be Minimalist really 2015-03-19 14:35:50 -07:00
vandermonde_test.go Rename parms as --> params for brevity and misc cleanup 2015-03-22 20:26:01 -07:00

Introduction

Erasure is an open source Golang library written on top of ISAL (Intel Intelligent Storage Library) released under Apache license v2

Developers

Supported platforms

Name Supported
Linux Yes
Windows Not yet
Mac OSX Yes

Supported architectures

Arch Supported
x86-64 Yes
arm64 Not yet
i386 Never