Hi, thank you for your work. It's great.
I'd like to use this module for my project. But, I need to copy the deque instance after creation. I guess the only way is making another deque instance after toArray from the previous one. I'm afraid of losing a performance gain in this way.
Any other better way to copy it?
Hi, thank you for your work. It's great.
I'd like to use this module for my project. But, I need to copy the deque instance after creation. I guess the only way is making another deque instance after
toArrayfrom the previous one. I'm afraid of losing a performance gain in this way.Any other better way to copy it?