Global Feed Post Login
Replying to Avatar Optimistic Pessimist ⚡

I really didn't see the code of Amethyst, but something that I learned.

Searching and sorting of events can become very very fast for json objects (complexity is O(1)) which are indexed with a unique key that can be hand made that Amethyst makes for each incoming event. ( Added for internal processing for Amethyst).

Avatar
Vitor Pamplona 2y ago

That's the current architecture :)

Reply to this note

Please Login to reply.

Discussion

Avatar
Optimistic Pessimist ⚡ 2y ago

Okay well kudos to that choice, saves a ton.

So the problem is loading heavy messages if I understand correctly?

Thread collapsed