From 134f853d47467211d45ae66eaf93d2cdda50de01 Mon Sep 17 00:00:00 2001 From: Scott Bruceheart Date: Wed, 15 May 2024 17:35:00 -0700 Subject: [PATCH] roadmap.md update --- roadmap.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/roadmap.md b/roadmap.md index fb9c7c87..45595f0d 100644 --- a/roadmap.md +++ b/roadmap.md @@ -8,14 +8,26 @@ Roadmap items: Rotation Deletion opt by equivalence class Extended benchmarking via some mechanism - Add F14 to benchmarks - Add Swisstable to benchmarks Harden testing around lower level primitives Add alternate hash/scatter/hoist/reduce objects Add all-in-one hash strategy for using double-fibonacci or similar SWAR - Prototype useful application of generic vs simd code emit that isn't robin hood related. + Get string utilities hardened enough they can be used in prod. + Provide docs and examples for simple uses of library (to further cut and paste) Type Erasure - Define standard affordances + Provide examples and documentation for one simple use case. + Define standard affordance list. + + Relocatability + Basic definitions doc. + Doc to drive user understanding of what the concept even is. + Example use cases doc (zero copy serialize, alternate layouts, inline compression, etc) + + Presentations: + SWAR Intro - Jamie (late may) + Performance Presentation - Eduardo (late may) + SWAR Demo - Jamie ( late july?) + Relocatability and Value Manager - Eduardo and Scott (late july?) +