Additional codegen speedup

Comment out #ModelAttributeJsonTag from #ModelAttribute
to gain additional 8s (4s now)
This commit is contained in:
Denis Arh
2022-08-18 19:45:55 +02:00
parent 1eff906a44
commit c36c04456e
+3 -1
View File
@@ -37,7 +37,9 @@ import (
primaryKey: bool | *false
ignoreCase: bool | *false
#ModelAttributeJsonTag
// currently disabled since not used by anything
// it adds more than 4x overhead to the time it takes to generate the store code!
// #ModelAttributeJsonTag
}
IdField: {