From af76b43719c92f5455af16487370a43944f9a908 Mon Sep 17 00:00:00 2001 From: dd di cesare Date: Fri, 9 Feb 2024 08:14:49 +0100 Subject: [PATCH] [rfc] Future possibilities --- rfcs/0000-limitador-multithread-inmemory.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/rfcs/0000-limitador-multithread-inmemory.md b/rfcs/0000-limitador-multithread-inmemory.md index 57d5acbc..026a2d3c 100644 --- a/rfcs/0000-limitador-multithread-inmemory.md +++ b/rfcs/0000-limitador-multithread-inmemory.md @@ -229,8 +229,9 @@ that the service operates correctly and efficiently. # Future possibilities [future-possibilities]: #future-possibilities -Think about what the natural extension and evolution of your proposal would be and how it would affect the platform and project as a whole. Try to use this section as a tool to further consider all possible interactions with the project and its components in your proposal. Also consider how this all fits into the roadmap for the project and of the relevant sub-team. - -This is also a good place to "dump ideas", if they are out of scope for the RFC you are writing but otherwise related. - -Note that having something written down in the future-possibilities section is not a reason to accept the current or a future RFC; such notes should be in the section on motivation or rationale in this or subsequent RFCs. The section merely provides additional information. \ No newline at end of file +- **Dynamic mode selection**: We could introduce a mechanism to dynamically switch between _Accuracy_ and _Throughput_ + modes based on the current load and performance characteristics of the service. +- **Fine-grained configuration**: We could provide more granular configuration options to allow users to fine-tune the + behaviour of the multi-threaded Limitador service based on their specific requirements. +- **Performance optimizations**: We could explore various performance optimizations such as caching, pre-fetching, and + load balancing to further improve the throughput and efficiency of the multi-threaded Limitador service. \ No newline at end of file