You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Harshavardhana b748cf359a More simplification to erasure also add two more test functions 10 years ago
..
docs
.gitignore
BUILDDEPS.md
CONTRIBUTING.md
LICENSE.INTEL
LICENSE.MINIO
README.md
RELEASE-NOTES.INTEL
RELEASE-NOTES.MINIO
cauchy_test.go More simplification to erasure also add two more test functions 10 years ago
ctypes.go
doc.go More simplification to erasure also add two more test functions 10 years ago
ec-base.c
ec-base.h
ec-code.h
ec-common.h
ec-ctypes.h
ec-decode.c
ec-encode.c
ec-highlevel-func.c
ec-multibinary.asm
ec-reg-sizes.asm
ec-vect-mul.h
erasure_decode.go More simplification to erasure also add two more test functions 10 years ago
erasure_encode.go More simplification to erasure also add two more test functions 10 years ago
erasure_yasm_darwin.go
erasure_yasm_linux.go
erasure_yasm_windows.go
gf-2vect-dot-prod-avx.asm
gf-2vect-dot-prod-avx2.asm
gf-2vect-dot-prod-sse.asm
gf-3vect-dot-prod-avx.asm
gf-3vect-dot-prod-avx2.asm
gf-3vect-dot-prod-sse.asm
gf-4vect-dot-prod-avx.asm
gf-4vect-dot-prod-avx2.asm
gf-4vect-dot-prod-sse.asm
gf-5vect-dot-prod-avx.asm
gf-5vect-dot-prod-avx2.asm
gf-5vect-dot-prod-sse.asm
gf-6vect-dot-prod-avx.asm
gf-6vect-dot-prod-avx2.asm
gf-6vect-dot-prod-sse.asm
gf-vect-dot-prod-avx.asm
gf-vect-dot-prod-avx2.asm
gf-vect-dot-prod-sse.asm
gf-vect-mul-avx.asm
gf-vect-mul-sse.asm
stdint.go
vandermonde_test.go More simplification to erasure also add two more test functions 10 years ago

README.md

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