Stream: hapi
Topic: Optimisation
Grahame Grieve (Apr 14 2016 at 04:16):
I'm using ArrayList everywhere. In the generated code, should I use https://github.com/ertugrulcetin/GlueList? Do people have any feeling about list optimization? most of our lists are pretty small... but not all....
James Agnew (Apr 15 2016 at 22:12):
I don't think this is worth adding a new dependency over personally.. ArrayList is plenty fast for the types of things people are likely to be doing with FHIR
Last updated: Apr 12 2022 at 19:14 UTC