Sheffield-iGEM / syn-zeug

A modern toolbox for synthetic biology
https://sheffield-igem.github.io/syn-zeug/
GNU Affero General Public License v3.0
6 stars 3 forks source link

Look Into WebAssembly Features for Improving Performance #25

Open TheLostLambda opened 2 years ago

TheLostLambda commented 2 years ago

Things like Reference Types and SIMD.

Reference types should make for nicer JS bindings and SIMD could be good for things like Seq::percent_composition() where 128 values need to be divided by the same length!