libraries.json 356 B

1234567891011121314
  1. {
  2. "key": "flyweight",
  3. "name": "Flyweight",
  4. "authors": [
  5. "Joaqu\u00edn M L\u00f3pez Mu\u00f1oz"
  6. ],
  7. "description": "Design pattern to manage large quantities of highly redundant objects.",
  8. "category": [
  9. "Patterns"
  10. ],
  11. "maintainers": [
  12. "Joaquin M Lopez Munoz <joaquin.lopezmunoz -at- gmail.com>"
  13. ]
  14. }