#memory-management

[ follow ]
#javascript
Scala
fromJlongster
4 months ago

Subverting control with weak references

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

Subverting control with weak references

Weak references enhance memory management in JavaScript through constructs like WeakMap and WeakRef.
#chatbot-development
#ai-agents
fromSitepoint
1 week ago

Understanding Memory Page Sizes on Arm64 - SitePoint

Larger memory page sizes can impact memory efficiency and performance, potentially leading to less efficient memory use if pages are not fully utilized.
Software development
#scala
#alibaba-cloud
fromInfoWorld
2 weeks ago
Digital life

Alibaba Cloud launches Eigen+ to cut costs and boost reliability for enterprise databases

fromInfoWorld
2 weeks ago
Digital life

Alibaba Cloud launches Eigen+ to cut costs and boost reliability for enterprise databases

fromInfoWorld
3 weeks ago

Meet Zig: The modern alternative to C

Zig is a "close to the metal" language in that it allows developers to work directly with system memory, a requirement for writing code that can be maximally optimized to its task.
Software development
#performance-optimization
fromHackernoon
1 month ago
Artificial intelligence

Issues with PagedAttention: Kernel Rewrites and Complexity in LLM Serving | HackerNoon

fromHackernoon
1 month ago
Artificial intelligence

Issues with PagedAttention: Kernel Rewrites and Complexity in LLM Serving | HackerNoon

#large-language-models
#garbage-collection
fromHackernoon
3 months ago
Miscellaneous

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

fromHackernoon
3 months ago
Miscellaneous

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

fromInfoWorld
1 month ago

New to Rust? Don't make these common mistakes

When you're writing your first Rust programs, the complexities of ownership and borrowing can be dizzying. If all you want to do is write a simple program that doesn't need to be performant, Rust's memory management might seem intrusive.
Bootstrapping
#go-language
JavaScript
fromInfoQ
5 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.
fromInfoQ
4 months ago
Scala

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

JavaScript
fromInfoQ
5 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.
fromInfoQ
4 months ago
Scala

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

#kubernetes
fromMedium
3 months ago
DevOps

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

fromMedium
3 months ago
DevOps

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

fromMedium
3 months ago
DevOps

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

fromMedium
3 months ago
DevOps

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

fromMedium
3 months ago
DevOps

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

fromMedium
3 months ago
DevOps

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

Scala
fromInfoWorld
4 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.
#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
7 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
[ Load more ]