DEV Community

Ragekill3377
Ragekill3377

Posted on

Really fast columnar analytics engine

it’s not a database, just a bytecode vm engine. has 2 modes: interpreter and JIT. I managed to get the JIT to run at 1.4-1.6 Billion elements per second processing on an intel core i3 4th gen which I think is pretty good. It depends on the cpu. I worked really hard on the JIT and currently it’s only x86_64 right now. to test it I benchmarked it against DuckDB on nyc taxi data. You can view it on the GitHub link. :)VoxelVM

Top comments (0)