5 ms·
What is the difference between "stack switching" and a fiber based approach?
by dosshell 5y ago
What is the difference between "stack switching" and a fiber based approach?
- bkolobara 5y agoFibers are usually implemented with stack switching. It should be the same approach.