Hacker News new | ask | show | jobs
by anonymoushn 4353 days ago
C lets you make pointers to arbitrary things, so even if you somehow had a value containing your 1GB buffer, you could pass a pointer to it instead of copying it around.