LSaldyt / Qurry

Qurry (was) a prototype for a functional quantum programming language. It incorporated many aspects of functional programming (Haskell, Clojure), but also took standard design philosophies from C++, Python, and other "traditional" languages. [category: quantum]
MIT License
25 stars 7 forks source link

Need more complete memory model #35

Closed LSaldyt closed 4 years ago

LSaldyt commented 4 years ago

Need to add better block allocation and possibly general deallocation

LSaldyt commented 4 years ago

Allocation is complete, and deallocation can now be started

LSaldyt commented 4 years ago

Another concern with memory allocation is of course topology, but this is perhaps moved to another issue or otherwise delayed/reorganized