Re: [Rd] %in% very slow for Date class since R 4.3

2025-06-26 Thread hormutz screed
Glad to hear this will be incorporated, thanks. On Thu, Jun 26, 2025 at 1:45 PM Dirk Eddelbuettel wrote: > > > On 25 June 2025 at 07:11, Kurt Hornik wrote: > | >>>>> hormutz screed writes: > | > | Thanks. Makes sense to me, needs some discussion in R Core ..

[Rd] %in% very slow for Date class since R 4.3

2025-06-23 Thread hormutz screed
I recently became aware that using %in% for the Date class is about 100x slower from R 4.3 onward than in older versions. I did not include the results from R prior to 4.3 but the first and second methods below yield equal and very fast results for older R versions. I have suggested a fix that tr