mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-12 03:22:02 +08:00
There are concrete implementations for a simple set, a key-value store, and nested sets with 2 or 3 keys. The API stays the same for all implementations and the performances is more or less the same as without the wrapper (at least with YJIT enabled). |
||
|---|---|---|
| .. | ||
| interface.rb | ||
| key_value_set.rb | ||
| simple_set.rb | ||
| three_key_set.rb | ||
| two_key_set.rb | ||