Note that there are some explanatory texts on larger screens.

plurals
  1. COIf you are concerned about whether the memory is actually freed or not, you might want to use a profiler or break on `free()` or `operator delete()` with a debugger to see what's actually happening. I believe that most implementations will allocate a new array, copy everything, and delete the old one, but this is implementation defined, so I don't know. Performancewise, this approach is of course bad because the moving necessitates a lot of move constructors being called, with all the overhead that entails. I believe you can count on the implementation _not_ calling `realloc()` internally.
    primarykey
    data
    text
    singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload