Skip to content
#

memory-management

Here are 60 public repositories matching this topic...

CircularDict is a high-performance Python data structure that blends the functionality of dictionaries and circular buffers. Inheriting the usage of traditional dictionaries, it allows you to define constraints on size and memory usage. Ideal for caching large data structures while maintaining control over memory footprint.

  • Updated May 13, 2024
  • Python

This script is designed to optimize memory usage in large Pandas DataFrames. It intelligently selects the most appropriate data types for numeric columns, balancing memory efficiency with the need to accurately represent the data. This is particularly useful for large datasets, where memory management is crucial.

  • Updated Jan 10, 2024
  • Python

Muisca: Modelo Unificado de Inteligencia Supervisada para la Computación y Aplicación. Una herramienta Streamlit para resumir y hacer preguntas sobre documentos en PDF y TXT utilizando modelos de lenguaje de última generación.

  • Updated Nov 17, 2023
  • Python

Improve this page

Add a description, image, and links to the memory-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the memory-management topic, visit your repo's landing page and select "manage topics."

Learn more