You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Who knows how I can get the fst package and it functionality build in the ProjectTemplate functionality
I recently discovered the fst Package fst package
Would like to use this feature for loading the Cache of ProjectTemplate and Cache each standard file as fst based upon config setting
So in case the same file is in the cache with fst extension and the file is just as old or newer this should be loaded.
In case it is older the system should load the normal file and directly save it as .fst
Have you synced with the latest version on github rather than CRAN? There are a number of changes to caching which try and handle things in a smarter way (like only re-caching is something has changed for example to save speed).
It doesn't use fst, just the normal RDS format. There could be some portability and speed benefits from migrating to fst.
We should merge this issue with #225, feather doesn't work for all types of data. If we can use fst for all data types with similar performance to feather, then fst should be preferred.
Dear All,
Who knows how I can get the fst package and it functionality build in the ProjectTemplate functionality
I recently discovered the fst Package fst package
Would like to use this feature for loading the Cache of ProjectTemplate and Cache each standard file as fst based upon config setting
So in case the same file is in the cache with fst extension and the file is just as old or newer this should be loaded.
In case it is older the system should load the normal file and directly save it as .fst
This does the trick
`
load_dt <-
function(pDATA_TABLE, pPATH = PATH_DATA) {
The text was updated successfully, but these errors were encountered: