#memory-management

[ follow ]
#performance-optimization
fromHackernoon
3 weeks ago
Artificial intelligence

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

fromHackernoon
3 weeks 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
3 weeks 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

#javascript
Scala
fromJlongster
3 months ago

Subverting control with weak references

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

Subverting control with weak references

Weak references enhance memory management in JavaScript through constructs like WeakMap and WeakRef.
fromMedium
1 month 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
2 months ago
DevOps

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

fromMedium
2 months ago
DevOps

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

fromMedium
2 months ago
DevOps

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

fromMedium
2 months ago
DevOps

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

fromMedium
2 months ago
DevOps

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

fromMedium
2 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
6 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 ]