Christian Hoener zu Siederdissen

Results 3 comments of Christian Hoener zu Siederdissen

I have stumbled upon the same problem. While ``jupyter kernelspec list`` shows the ipython kernel, once you run the notebook you end up with the above problem.

I'll probably add it with the next update. The parser will work like the one above. A set-based version is possible as well, with O(k) cost, with k the number...

One performance-related comment: I use the vector library in my `PrimitiveArray` and `ADPfusion` libraries for dynamic programming. When switching between `Unboxed` vs `Storable` vectors, I have noticeable better performance with...