jessesquires / jessesquires/JSQCoreDataKit

Testing notes

Open
#257 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
617
Forks
67
PR merge metrics
No merged PRs in 30d

Description

https://mjtsai.com/blog/2023/05/30/building-large-scale-apps-with-swiftui/

> I do not recommend testing Core Data with NSInMemoryStoreType because a lot of features don’t work with it, the performance characteristics are skewed, and having an actual file helps track down memory management bugs. I find that, with modern SSDs, using NSSQLiteStoreType with a temporary folder is fine, and there are various pragmas to make it go faster. If you really need [in-memory](https://www.sqlite.org/inmemorydb.html), use /dev/null/DatabaseName as the file path.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.