Hi there,
People are already using Job System in production without ECS and
according to 2020 Roadmap, Entities 1.0 will be production ready in 2020.1 which means its good time to get into it.
So my question is that im building a words/scrabble like game and first problem so i want to know if Job System Or Entities can be used for solving following problem, If so which approach should i use?
-
Loading a Words Dictionary either (a text file where each line has a word) to HashSet
Or Loading and Deserializing it into a String Tri (which means i have already serialized dictionary into String Tri) -
Searching from million words
Please advise
Thanks