Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: changing RA Table

...

There is a separate issue: if more than one thread were to call initialize(), multiple Helper objects would be created. This is merely a performance issue �€“ correctness would be preserved. The n field of each object would be properly initialized and the unused Helper object (or objects) would eventually be garbage-collected.

...