Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.

fly-weight pattern #256

Open
ronenhamias opened this issue Aug 14, 2018 · 0 comments
Open

fly-weight pattern #256

ronenhamias opened this issue Aug 14, 2018 · 0 comments

Comments

@ronenhamias
Copy link
Owner

looking at Aeron SBE:

https://github.com/real-logic/simple-binary-encoding

there is an interesting thing about SBE - the fly-weight pattern:

https://en.wikipedia.org/wiki/Flyweight_pattern
https://github.com/real-logic/aeron/tree/master/aeron-client/src/main/java/io/aeron/protocol

a question comes to mind... is it possible not to decode headers all all the time?
for example in a context of a stream if header is repeating it self.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant