{"id":63180,"library":"templexxx-reedsolomon","title":"TempleXXX Reed-Solomon","description":"Package reedsolomon implements Reed-Solomon erasure codes over GF(2^8) with Intel SIMD acceleration for efficient data recovery.","status":"active","version":"1.1.3","language":"go","source_language":null,"source_url":"https://github.com/templexxx/reedsolomon","tags":["erasure-coding","reed-solomon","simd","avx2","avx512","forward-error-correction"],"install":[{"cmd":"go get github.com/templexxx/reedsolomon","lang":"bash","label":"Install github.com/templexxx/reedsolomon"}],"dependencies":[],"imports":[{"symbol":"reedsolomon","correct":"github.com/templexxx/reedsolomon"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/templexxx/reedsolomon\"\n)\n\nfunc main() {\n\tenc, _ := reedsolomon.New(10, 3)\n\tdata := make([][]byte, 10)\n\tfor i := range data {\n\t\tdata[i] = []byte{byte(i)}\n\t}\n\terr := enc.Encode(data)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(\"Encoded successfully\")\n}","lang":"go","description":"Encode data with Reed-Solomon erasure coding"},"warnings":[{"fix":"Ensure your CPU supports AVX2 or AVX512, or use a fallback build tag","message":"Package uses SIMD instructions; may panic on CPUs without AVX2/AVX512 support","severity":"breaking","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'2':15 '8':16 'acceler':20 'avx2':32 'avx512':33 'code':12,27 'correct':37 'data':23 'effici':22 'erasur':11,26 'erasure-cod':25 'error':36 'forward':35 'forward-error-correct':34 'gf':14 'implement':7 'intel':18 'packag':5 'recoveri':24 'reed':3,9,29 'reed-solomon':2,8,28 'reedsolomon':6 'simd':19,31 'solomon':4,10,30 'templexxx':1","created_at":"2026-06-17T16:40:45.552565+00:00","updated_at":"2026-06-17T16:40:45.552565+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/templexxx/reedsolomon","github":"https://github.com/templexxx/reedsolomon","docs":"https://pkg.go.dev/github.com/templexxx/reedsolomon#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}