关于本章
Application
1) 工程 Parallel-computing的Application\Parallel-numeric-processing-system章节。
2) 工程DB的:
Implementation\SQL-compiler章节
SQLite\doc\Technical-and-Design-Documentation\Architecture-of-SQLite章节
3) 工程machine-learning的Programming\TensorFlow\Implementation章节
TODO
-- sqlite是如何根据AST来生成command的?
可以从IR来进行分析。
-- TensorFlow的可扩展性和sqlite的可扩展性是非常类似的,要进行总结;关于TensorFlow的可扩展性,在TensorFlow whitepaper的devices and worker process章节中进行了说明。