Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

32 Zeilen
1.5KB

  1. .. Shared Memory Dictionary documentation master file, created by
  2. sphinx-quickstart on Wed Aug 21 10:21:58 2019.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to the Shard Memory Dictionary's documentation!
  6. =======================================================
  7. +---------------------------------------+-----------------------------------+
  8. | | |
  9. | **Modules** | * :ref:`search` |
  10. | | |
  11. +---------------------------------------+-----------------------------------+
  12. | | |
  13. | * :ref:`shm_dict.shm_dict` | * Full index of all callables |
  14. | | |
  15. | | * :ref:`genindex` |
  16. | | |
  17. | | * Index based on file/directory |
  18. | | |
  19. | | * :ref:`modindex` |
  20. | | |
  21. +---------------------------------------+-----------------------------------+
  22. .. toctree::
  23. :hidden:
  24. :glob:
  25. shm_dict/*