Pablo Alfaro

Results 14 comments of Pablo Alfaro

Hey there. I'm currently maintaining a very old spatial data codebase that heavily used `sp` for spatial data manipulation and `ggplot2` for plotting. As a part of it I did...

Yes, will definitely try to go that way, but this is an older codebase that is currently in maintenance mode, it's going to be a major change to migrate all...

> @Ludecan if it's in maintenance mode, you could use `renv::snapshot()` to capture all the dependencies as of a certain date, and just continue to use sp. Thanks @hadley, I...

Hey, thank you so much for answering and for those insights. I've picked up a DDR5@6600MHz kit which should be arriving in some days. I'll try and put together a...

Hey guys, I still don't have the RAMs with me yet but I've put together this repo for the benchmark. [https://github.com/Ludecan/ml_benchmark](https://github.com/Ludecan/ml_benchmark) It's very very much a wip and definitely has...

Hey @celestinoxp, yup, I have some raw numbers. I also have the DDR5 Kit and motherboard with me but haven't gotten to installing them yet, likely this weekend or the...

Hey @celestinoxp, yeah, I intend to share the full system info in the final results. The CPU is an i9 13900K with 24 cores and 32 threads, so, rather thread...

Hey @celestinoxp , I've installed the DDR5 RAMs and made the changes from the previous post to the code. It's currently running the DDR5@6600MHz test but I'm seeing ~10% more...

Hey there @celestinoxp, @guolinke, I have the results with me. [This](https://github.com/Ludecan/ml_benchmark/blob/main/SystemInfo/2133_16_20_20_38.png) is a HWInfo screenshot with the system info (there's more pngs for the different RAM speeds, the 3200MHz one...

Well, I actually tried adding more columns to the set, but started running out of memory to run them. The smaller problems would run but the larger ones would take...