Ghost/ghost/email-analytics-service/lib
Daniel Lockyer 18adf4b000 Optimized collating members and email IDs
- using lodash to do this is unnecessarily heavy, so this commit
  switches the code to the equivalent native version
- as mentioned in the comment I added, I think we can further optimize
  this by storing it as a Set and then calling `Array.from` once, but
  that's a step too far for now
2024-11-05 08:49:34 +01:00
..
EmailAnalyticsService.js Added experimental background job queue (#20985) 2024-11-04 10:13:15 -06:00
EventProcessingResult.js Optimized collating members and email IDs 2024-11-05 08:49:34 +01:00