yegor256 / tojos

Text Object Java Objects (TOJOs): an object representation of a multi-line structured text file like CSV, YAML, or JSON
MIT License
20 stars 9 forks source link

feat(#60): efficient reading from a cache #63

Closed volodya-lombrozo closed 1 year ago

volodya-lombrozo commented 1 year ago
  1. Add CachedTojo class
  2. Add load test for CacheTojo implementation.

Closes: #60

volodya-lombrozo commented 1 year ago

@yegor256 Could you have look, please?

volodya-lombrozo commented 1 year ago

@yegor256 I've fixed all your suggestions. Could you take a look one more time, please?

yegor256 commented 1 year ago

@rultor merge

rultor commented 1 year ago

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 1 year ago

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 3min)

volodya-lombrozo commented 1 year ago

@yegor256 Could you release a new version please? We need that change in eo.

yegor256 commented 1 year ago

@rultor release, tag is 0.18.0

rultor commented 1 year ago

@rultor release, tag is 0.18.0

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 1 year ago

@rultor release, tag is 0.18.0

@yegor256 Done! FYI, the full log is here (took me 6min)

yegor256 commented 1 year ago

@volodya-lombrozo done