utoipauto icon indicating copy to clipboard operation
utoipauto copied to clipboard

Add partial import support & Stabilizing `generic_full_path` feature

Open DenuxPlays opened this issue 11 months ago • 2 comments

Adding last missing feature

Add support for partial imports. This is the last feature that we are missing and when this is implemented I think we can mark generic_full_path as stable.

Stabilizing the feature

I've now used the feature since I developed it and I have to say there isn't a case where it fails. I do not know if someothers haved used so it would be great if someone could share their experience with it.

But I was sadly right about longer compile times and higher RAM usage. The higher RAM usage can cause problems especially on PCs with a low amount of RAM. (8GB or less).

We cannot get rid of the higher RAM usage as we simply need to store more infromation. Same with the disk usage we need to parse more to get the extra information needed.

I think we can say that this feature is stable. But maybe you/others disagree or you miss some features.

Or maybe we should wait until the rust released they parallel front-end (see here) because this could potentially increase our RAM usage even more. We have to test that though.

DenuxPlays avatar Mar 25 '24 10:03 DenuxPlays