minio/pkg/erasure
Harshavardhana 61175ef091 Migrate to govendor to avoid limitations of godep
- over the course of a project history every maintainer needs to update
  its dependency packages, the problem essentially with godep is manipulating
  GOPATH - this manipulation leads to static objects created at different locations
  which end up conflicting with the overall functionality of golang.

  This also leads to broken builds. There is no easier way out of this other than
  asking developers to do 'godep restore' all the time. Which perhaps as a practice
  doesn't sound like a clean solution. On the other hand 'godep restore' has its own
  set of problems.

- govendor is a right tool but a stop gap tool until we wait for golangs official
  1.5 version which fixes this vendoring issue once and for all.

- govendor provides consistency in terms of how import paths should be handled unlike
  manipulation GOPATH.

  This has advantages
    - no more compiled objects being referenced in GOPATH and build time GOPATH
      manging which leads to conflicts.
    - proper import paths referencing the exact package a project is dependent on.

 govendor is simple and provides the minimal necessary tooling to achieve this.

 For now this is the right solution.
2015-08-12 19:24:57 -07:00
..
docs Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
.gitignore Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
cauchy_test.go Migrate to govendor to avoid limitations of godep 2015-08-12 19:24:57 -07:00
ctypes.go Use missingEncodedBlocksCount directly instead of "-1" workaround in missingEncodedBlocks[] 2015-07-28 16:56:06 +05:30
doc.go Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
ec_base.c Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
ec_base.h Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
ec_code.h Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
ec_highlevel_func.c Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
ec_isal-l.h Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
ec_minio_common.h Rename more 2015-07-24 18:09:53 -07:00
ec_minio_decode.c Use missingEncodedBlocksCount directly instead of "-1" workaround in missingEncodedBlocks[] 2015-07-28 16:56:06 +05:30
ec_minio_encode.c Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
ec_multibinary.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
ec_reg_sizes.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
ec_types.h Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
erasure_decode.go Use missingEncodedBlocksCount directly instead of "-1" workaround in missingEncodedBlocks[] 2015-07-28 16:56:06 +05:30
erasure_encode.go Improving EncoderStream to return error only upon non io.EOF. 2015-07-25 15:57:30 -07:00
erasure_yasm_darwin.go Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
erasure_yasm_linux.go Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
erasure_yasm_windows.go Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_2vect_dot_prod_avx.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_2vect_dot_prod_avx2.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_2vect_dot_prod_sse.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_2vect_mad_avx.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_2vect_mad_avx2.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_2vect_mad_sse.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_3vect_dot_prod_avx.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_3vect_dot_prod_avx2.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_3vect_dot_prod_sse.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_3vect_mad_avx.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_3vect_mad_avx2.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_3vect_mad_sse.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_4vect_dot_prod_avx.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_4vect_dot_prod_avx2.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_4vect_dot_prod_sse.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_4vect_mad_avx.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_4vect_mad_avx2.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_4vect_mad_sse.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_5vect_dot_prod_avx.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_5vect_dot_prod_avx2.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_5vect_dot_prod_sse.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_5vect_mad_avx.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_5vect_mad_avx2.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_5vect_mad_sse.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_6vect_dot_prod_avx.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_6vect_dot_prod_avx2.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_6vect_dot_prod_sse.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_6vect_mad_avx.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_6vect_mad_avx2.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_6vect_mad_sse.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_vect_dot_prod_avx.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_vect_dot_prod_avx2.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_vect_dot_prod_sse.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_vect_mad_avx.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_vect_mad_avx2.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_vect_mad_sse.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_vect_mul.h Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_vect_mul_avx.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
gf_vect_mul_sse.asm Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
INSTALLGO.md Fix BUILDDEPS paths for golang installation 2015-06-22 12:07:23 -07:00
LICENSE.INTEL Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
LICENSE.MINIO Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
README.md Make sure to reply back ETag with quotes for s3 compliance 2015-06-09 01:13:02 -07:00
RELEASE-NOTES.INTEL Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
RELEASE-NOTES.MINIO Add everything back into one project hood, still missing iodine 2015-04-08 17:47:56 -07:00
stdint.go Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
vandermonde_test.go Migrate to govendor to avoid limitations of godep 2015-08-12 19:24:57 -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