zeferreira / eDoc

Little program to manage a "small" collection of documents
1 stars 0 forks source link

Index Performance Problem [release B00.004] #4

Open zeferreira opened 8 years ago

zeferreira commented 8 years ago

The execution time of the indexing routine _doubled _in the changes made in version B00.004. Probably go because many parameters are now passed by value during indexing. Attempts to use "ref" in the passage of parameters did not show improvements in performance, how values are accessed by properties of classes, it was not possible to use pointers to improve performance. Probably a redesign should be made in the structures.