matlab - Go matrix library -
are there libraries matrix multiplication in go?
i want write , deploy scalable , lightning fast ml algorithms on server nodes, i'm afraid speed , power i'll go going outweighed maturity of matlab or numpy implementations in "slower" languages faster.
i'd rather not deal c/c++, though king of performance.
fast matrix multiplication , other operations necessity task, , if go isn't quite mature enough have one...well i'll need decide if i'm 1 start it, or use tool.
thanks
if want have native solution, may want use skelterjohn/go.matrix. best of knowledge advanced matrix implementation in pure go.
it features, amongst other things, parallel matrix multiplication discussed here.
keep in mind possible interface c/c++ libraries using cgo. if have library in mind don't want write c/c++, might write wrapper methods need , write rest in go. done, example, blas/lapack.
update: @malcom pointed out, development of mentioned cgo wrapper seems have stalled. have @ biogo.
Comments
Post a Comment