dque
dque copied to clipboard
Fix broken object while enqueueing
If input objects share some underlying data structure, they may broken while enqueueing. The patch fix this case. However, enqueue will be much slower than before because of the extra decode operation for each object. Maybe a switch should be added to this feature.