cnuernber / dtype-next

A Clojure library designed to aid in the implementation of high performance algorithms and systems.
Other
319 stars 18 forks source link

allow pointers in `tech.v3.datatype.struct/define-datatype!`? #68

Closed phronmophobic closed 4 months ago

phronmophobic commented 1 year ago

The docs state that struct fields must be numeric. Is there a reason to disallow :pointer datatypes in tech.v3.datatype.struct/define-datatype!? If it were possible to support :pointer, would you be interested in a pull-request that added support for :pointer?

cnuernber commented 1 year ago

Yes for sure.