yiuyao0516 / confogl

Automatically exported from code.google.com/p/confogl
0 stars 0 forks source link

weaponinfo is massive #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open weaponinfo.sp

What is the expected output? What do you see instead?
Efficient code.  Less efficient code.

Original issue reported on code.google.com by Canada.R...@gmail.com on 21 Aug 2010 at 8:22

GoogleCodeExporter commented 8 years ago
I'm not sure efficiency is the problem so much as configurability.

Basically, we want to move this to a keyvalues-configured, trie/array-based 
system. I've got the basic idea for the system planned out enough to write the 
code to read the KV + store in memory in a system that O(1) for all needed 
operations, but parsing + exact KV format is an issue.

This is top on code maintenance priority list for confogl.

Original comment by prodigysim@gmail.com on 21 Aug 2010 at 8:30

GoogleCodeExporter commented 8 years ago

Original comment by Canada.R...@gmail.com on 13 Sep 2010 at 1:01