Date: Thu, 13 Sep 2018 11:08:04 -0700 From: bill profane <billprofane@gmail.com> To: freebsd-current@freebsd.org Subject: Implementing my Quantum data parallization library as a FreeBSD module Message-ID: <CAOs5PD1BP2EVOm2MM%2B2rKCJ-6_fXrz%2BNwHdmtYyrUL4etahogg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Sorry if this message sounds a little off, I'm on meds But I have a C library that could be of use for bleeding edge BSD distrobutions: The code is hosted at github at https://github.com/unidef/quantum Basically, it implements huge multidimension arrays using pointers and structures, and features a way to move data in and out of the "neuron". Each neuron consists of a data structure that has a pointer to char description and features a broken multidimensional binary tree It's memory intensive for now since there is no code to write data to disk (I'm a little rusty on my C), and broken since I cant figure out #ifdef But it could be of use for the FreeBSD kernel, it follows the BSD license For convenience: git clone https://github.com/unidef/quantum . Sorry again for the crappy and incomplete code, been dealing with medical issues. If this is considered spam, please tell me and I will desist in future posts such as this. Thank you Bill "unidef" Profane
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOs5PD1BP2EVOm2MM%2B2rKCJ-6_fXrz%2BNwHdmtYyrUL4etahogg>