green-coder / green-coder/diffuse

Add a way to describe cut / copy / paste in a data structure

Aperta
#3 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
Clojure
Stelle
51
Fork
1
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

There are 2 distinct types of intended operation:
- **Moving** data from a place to another.
- **Copying** the data from a place to another.

## Moving pieces of data

One use case for representing the moving operation is that the resources associated with a specific part of the data can follow the move and avoid de-allocation / re-allocation.

## Copying pieces of data

The use case is when we want to keep track of the origin of a piece of data. As a new data, it would probably have its own associated resources allocated.

Ideally, the scope of moving / copying should be the whole data structure and not just inside a vector or hashmap.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.