My original intentions with qLib

It was supposed to be a FreeBSD module.

I was going to implement a multidimensional multidirectional binary tree (MDMDBT) in the kernel but i decided offloading data to a quantum.o file would be more taxing for newer computers and more transparent to the kernel.

qLib was intended to be a co processor for the FreeBSD kernel

Basically, I have a string of locational data, id lookup the quantum statics, load the string into *description, process it neurally (something I still have to do, I have to hard code AI algorithms directly into ai.h for convenience) , and output it in the console

The hardest thing to do with the qLib module would probably be cooperating with network code and syncing it properly throughout nodes

Leave a Reply