Skip to content
#

multiprocess

Here are 82 public repositories matching this topic...

This library implements a class Monitor, as defined by Per Brinch Hansen and C.A.R. Hoare, for synchronization and concurrent management of threads and processes in Python. It also provides other functions to ease the creation and collection of results for both threads and processes.

  • Updated Mar 8, 2024
  • Python

The thesis presents the parallelisation of a state-of-the art clustering algorithm, FISHDBC. This objective has been achived by improving the main data structures and components of the algorithm: HNSW, MST and HDBSCAN. My contribution is based on a lock-free strategy, completely wrote in Python.

  • Updated Jan 16, 2024
  • Python

Improve this page

Add a description, image, and links to the multiprocess 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 multiprocess topic, visit your repo's landing page and select "manage topics."

Learn more