KernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 2 days agoLearning to program in rustprogramming.devvideomessage-square47fedilinkarrow-up1279arrow-down12
arrow-up1277arrow-down1videoLearning to program in rustprogramming.devKernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 2 days agomessage-square47fedilink
minus-squaretatterdemalion@programming.devlinkfedilinkarrow-up2·9 hours agoArc is not free, and the extra atomic operations + heap allocations can become a bottleneck.
Arc
is not free, and the extra atomic operations + heap allocations can become a bottleneck.