Comment on A Python Compiler for Big DataComments−lucian190013yInteresting approach to modelling data that lives elsewhere, in fact quite similar to SQLAlchemy's.−piqufoh13y... but you can't use numpy operations efficiently on SQLAlchemy data−lucian190013yThat's not what I meant. Both this and SA turn python expressions into expressions to be run elsewhere, on data that isn't necessarily in the process' memory.
Comments
Interesting approach to modelling data that lives elsewhere, in fact quite similar to SQLAlchemy's.
... but you can't use numpy operations efficiently on SQLAlchemy data
That's not what I meant. Both this and SA turn python expressions into expressions to be run elsewhere, on data that isn't necessarily in the process' memory.