Rare find

Tablepool. Reuses temporary tables in Lua to speed up applications and reduce garbage collection strain.

github.com/openresty/lua-tablepool

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2026
  • ci: test against nginx 1.31.3
May 2026
  • tests: update nginx to 1.31.0.
  • tests: bumped nginx to 1.29.8.
December 2025
  • tests: bumped the NGINX core to 1.29.4.
October 2025
  • tests: bumped the NGINX core to 1.29.2.
August 2024
  • tests: bumped the NGINX core to 1.27.1.
November 2023
  • tests: update nginx to 1.25.3.
August 2023
  • tests: upgrade nginx to 1.25.1.
June 2023
  • optimize: only call cleartab just before we really put it back.
November 2021
  • tests: t/sanity.t: use RegExp instead of strict character match. (#7)
October 2021
  • travis-ci: upgrade dist of travis-ci to ubuntu bionic. (#6)
April 2021
  • bugfix: should also clear the metatable when clearing key values of a…
  • doc: updated the copyright year to 2021.
  • change: discard the object simply when the pool size is large than ma…
  • improvement: throw a better error message when releasing a nil/false …
January 2019
  • doc: updated the copyright year to 2019.
May 2017
  • added a makefile.
  • doc: updated author info.
October 2016
  • doc: minor tweaks.
  • initial check in.