ExpHP / rsp2

phonons in rust
Apache License 2.0
2 stars 1 forks source link

idea: HLists for structure metadata #49

Closed ExpHP closed 6 years ago

ExpHP commented 6 years ago

Believe it or not, this has been implemented, and in a manner which is a thousand times simpler than all of my previous attempts at it.

(the key to this was twofold: Killing the Structure type, and using Rc<[T]> to eliminate the question of ownership in high-level application logic that ought not be worrying about such a thing in the first place)