My question is which one has better performance?
Using your native InMemoryFeatureSource or SqliteFeatureSource and use the in-memory connection string?
when I talk about performance, I mean memory consumption and tile loading (query on features)
I believe as long as SQLite is a very stable package and too many developers try to improve the performance, maybe SQLite will be the better option.