bdarcus / csln

Reimagining CSL
Mozilla Public License 2.0
13 stars 0 forks source link

Feat 0602 #19

Closed bdarcus closed 1 year ago

bdarcus commented 1 year ago

Seeing if I can use IndexMap to simplify internal processing.

Not sure this is necessary, but it seems get_proc_references is throwing out the sorting order.

The other alternative is to split the procHints into an independent HashMap; am thinking the lookup performance should be really good, so it's not performance problem. In the future, maybe could even be generated async?

doe1:
  group-index: 2
  group-length: 3

That's my next experiment.