#memory-management

[ follow ]
#javascript
Scala
fromJlongster
2 months ago

Subverting control with weak references

Weak references enhance memory management in JavaScript through constructs like WeakMap and WeakRef.
Scala
fromJlongster
2 months ago

Subverting control with weak references

Weak references enhance memory management in JavaScript through constructs like WeakMap and WeakRef.
fromMedium
2 weeks ago

Exceptions are not free

Creating exceptions can quietly hurt your performance. Many use exceptions as a control flow tool, which helps keep the happy path clean and move error handling where it fits better.
Scala
#kubernetes
fromMedium
1 month ago
DevOps

Why Swap on Kubernetes Isn't the Same as Swap on Linux-and What You Should Do Instead

fromMedium
1 month ago
DevOps

Why Swap on Kubernetes Isn't the Same as Swap on Linux-and What You Should Do Instead

fromMedium
1 month ago
DevOps

Why Swap on Kubernetes Isn't the Same as Swap on Linux-and What You Should Do Instead

fromMedium
1 month ago
DevOps

Why Swap on Kubernetes Isn't the Same as Swap on Linux-and What You Should Do Instead

fromMedium
1 month ago
DevOps

Why Swap on Kubernetes Isn't the Same as Swap on Linux-and What You Should Do Instead

fromMedium
1 month ago
DevOps

Why Swap on Kubernetes Isn't the Same as Swap on Linux-and What You Should Do Instead

#software-development
fromInfoQ
2 months ago
Scala

Go 1.24 Brings Generic Type Aliases, Weak Pointers, Improved Finalizers, and More

fromHackernoon
1 month ago
Miscellaneous

What You Have to Know About the New Features in Go 1.24: Cleanups and Weak Pointers | HackerNoon

fromInfoQ
2 months ago
Scala

Go 1.24 Brings Generic Type Aliases, Weak Pointers, Improved Finalizers, and More

fromHackernoon
1 month ago
Miscellaneous

What You Have to Know About the New Features in Go 1.24: Cleanups and Weak Pointers | HackerNoon

#programming-languages
Scala
fromInfoWorld
2 months ago

TrapC proposal to fix C/C++ memory safety

TrapC enhances C's capabilities by improving safety and memory management while maintaining C's minimalist design.
fromInfoQ
3 months ago
JavaScript

Modeling Complex Data Structure in Golang Using Pointers, References, and Reverse Indices

Scala
fromInfoWorld
2 months ago

TrapC proposal to fix C/C++ memory safety

TrapC enhances C's capabilities by improving safety and memory management while maintaining C's minimalist design.
JavaScript
fromInfoQ
3 months ago

Modeling Complex Data Structure in Golang Using Pointers, References, and Reverse Indices

Go pointers and references are essential for building efficient systems in the Go language.
Understanding pointers can be complicated, but practical projects can aid learning.
#llms
fromHackernoon
1 year ago

Evaluating the Performance of vLLM: How Did It Do? | HackerNoon

The evaluation of vLLM was conducted using models with various parameters, specifically targeting configurations that reflect popular sizes in the LLM landscape like those of GPT-3.
Data science
fromInfoQ
5 months ago

Challenges of Creating iOS App Extensions at Lyft

"The key to create an iOS app extension in an efficient way is to correctly manage dependencies to maximize code reuse across the app and extension while optimizing binary size and memory usage."
JavaScript
fromHackernoon
3 years ago

Chatbot Memory: Implement Your Own Algorithm From Scratch | HackerNoon

The proposed approach to managing short-term memory in chatbots enhances conversation flow by preserving vital context, optimizing storage, and utilizing summarization techniques.
JavaScript
[ Load more ]