I've recently benchmarked and added go lang reflection alternative, which can go 50x faster than native reflection, the basic idea behind is utilizing unsafe.Pointer(aStruct) + field.Offset, I wonder if there are any gotchas in some architectures ? Here is the implementation: https://github.com/viant/xunsafe
-- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/4a1443f4-4213-4024-bca8-6e54689663fen%40googlegroups.com.