Please enable JavaScript.
Coggle requires JavaScript to display documents.
fast bio split - Coggle Diagram
fast bio split
design
add vbio structure and include it into request
convert current users into vbio
submission path
map sg
completion path
convert drivers to not touch bio directly
passthrough requests
won't use bio split
ideas
bio_split is too heavy
allocating new bio
why not just use original bio with position info?
introduce vbio to request
request originated from splitted bio only includes single bio(vbio)
how to re-create original bio in completion path
add small info to request for doing that
simply end bio once after all attached requests are done
pass iter info as function parameter during split
so the original bio won't be changed
support both fs bio and vbio