Re: [Gluster-devel] Hello, I have a question about the erasure code translator, hope someone give me some advice, thank you!

2019-04-08 Thread Xavi Hernandez
Hi, On Mon, Apr 8, 2019 at 8:50 AM PSC <1173701...@qq.com> wrote: > Hi, I am a storage software coder who is interested in Gluster. I am > trying to improve the read/write performance of it. > > > I noticed that gluster is using Vandermonde matrix in erasure code > encoding and decoding process.

[Gluster-devel] Hello, I have a question about the erasure code translator, hope someone give me some advice, thank you!

2019-04-07 Thread PSC
Hi, I am a storage software coder who is interested in Gluster. I am trying to improve the read/write performance of it. I noticed that gluster is using Vandermonde matrix in erasure code encoding and decoding process. However, it is quite complicate to generate inverse matrix of a Vand