stis-supervector v0.0.1

2021-10-02 Thread Stefan Israelsson Tampe
I'm now satisfied enough to release a first version of stis-supervectors v0.0.1 The idea for the project is to explore data structures that can handle large vector-like constructs in a better way than just a pure vector. Especially having boilerplate to properly make vector operations that are fas

Re: stis-supervector v0.0.1

2021-10-02 Thread Damien Mattei
seems to be a pretty work, but why there is not a simple example in the doc about make supervector :-O ? perhaps for you it is evident what is it but for an outside people to the project it is not. Damien On Sat, Oct 2, 2021 at 6:55 PM Stefan Israelsson Tampe < stefan.ita...@gmail.com> wrote: > I

Re: stis-supervector v0.0.1

2021-10-02 Thread Stefan Israelsson Tampe
Good point. I can add some examples. But atm I most comments need to be about things that need deep experience, maybe I'm wrong about this but the basic stuff do need to be examplified as well just as you commen. Maybe the beta which I think Wil be a 0.1 release will include those examples. On Sat

Re: stis-supervector v0.0.1

2021-10-02 Thread Damien Mattei
so it is me only that do not understand anything :-( On Sat, Oct 2, 2021 at 8:46 PM Stefan Israelsson Tampe < stefan.ita...@gmail.com> wrote: > Good point. > I can add some examples. But atm I most comments need to be about things > that need deep experience, maybe I'm wrong about this but the ba

Re: stis-supervector v0.0.1

2021-10-02 Thread Stefan Israelsson Tampe
No probably more people have issues, it can be a language barrier., etc. Just that my gut feeling is that it's premature to introduce examples of this level. Better to work on design principles like features missing, like if I should introduce mor fan outs that is have more branches in a branch. Tr