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

Implement a memory map instead of a HashMap #11

Open
kerrhau opened this issue Jul 8, 2017 · 1 comment
Open

Implement a memory map instead of a HashMap #11

kerrhau opened this issue Jul 8, 2017 · 1 comment
Assignees

Comments

@kerrhau
Copy link
Member

kerrhau commented Jul 8, 2017

So as to increase performance and reduce the amount of RAM used by HashMaps, also allows for the storage of all of the messages in a server during runtime.

@kerrhau kerrhau self-assigned this Jul 8, 2017
@emmiegit
Copy link
Collaborator

emmiegit commented Jul 8, 2017

I don't understand what this is supposed to mean.

storage of all the messages in a server

Like every time I need a string, I have to fetch it from a remote server? Sounds slow.

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

2 participants