mrdoob / glsl-sandbox

Shader editor and gallery.
https://glslsandbox.com/
MIT License
1.54k stars 260 forks source link

sqlite driver starves CPU #72

Closed jfontan closed 2 years ago

jfontan commented 2 years ago

From time to time the server process uses 100% CPU. In application traces the sqlite library takes most of the CPU consumption.

glslsandbox-sqlite

jfontan commented 2 years ago

Seems to be fixed using sqlite C library.