Skip to content
@apposed

Appose

Appose is a library for interprocess cooperation with shared memory. The guiding principles are simplicity and efficiency.

Appose was written to enable easy execution of Python-based deep learning from Java without copying tensors, but its utility extends beyond that.

The steps for using Appose are:

  • Build an Environment with the dependencies you need.
  • Create a Service linked to a worker, which runs in its own process.
  • Execute scripts on the worker by launching Tasks.
  • Receive status updates from the task asynchronously via callbacks.

See the repositories below for individual language implementations of Appose.

Popular repositories Loading

  1. jaunch jaunch Public

    Launch Programs 𝙔𝙤𝙪𝙧 Way! 🍔

    Kotlin 12 4

  2. appose appose Public

    Interprocess cooperation with shared memory

    HTML 8

  3. appose-java appose-java Public

    Java implementation of Appose

    Java 7 3

  4. appose-python appose-python Public

    Python implementation of Appose

    Python 4 3

  5. .github .github Public

    Appose organization profile

Repositories

Showing 5 of 5 repositories

Top languages

Loading…

Most used topics

Loading…