google / android-fhir

The Android FHIR SDK is a set of Kotlin libraries for building offline-capable, mobile-first healthcare applications using the HL7® FHIR® standard on Android.
https://google.github.io/android-fhir/
Apache License 2.0
458 stars 238 forks source link

Speed up initially processing questionnaireStateFlow #2506

Closed FikriMilano closed 1 month ago

FikriMilano commented 1 month ago

Is your feature request related to a problem? Please describe. Optimize this code https://github.com/google/android-fhir/blob/ae5a2ec8e5690259b5c1e0b402b52f4f1306ec89/datacapture/src/main/java/com/google/android/fhir/datacapture/QuestionnaireViewModel.kt#L550-L556

Describe the solution you'd like Make it fast.

Describe alternatives you've considered N/A

Additional context N/A

Would you like to work on the issue? Yes

FikriMilano commented 1 month ago

Closed as the solution doesn't improve much