#memory-management

[ follow ]
fromInfoQ
1 week ago

.NET 10 Preview 6 Introduces Blazor Enhancements, Memory Optimization, and SDK Improvements

Microsoft has released the sixth preview of .NET 10, enhancing performance and developer experience across various components.
#javascript
fromJlongster
5 months ago
Scala

Subverting control with weak references

Weak references enhance memory management in JavaScript through constructs like WeakMap and WeakRef.
Scala
fromJlongster
5 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
3 weeks 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
fromMedium
1 month ago

Rust Is Great - But It's Not Scala, and That's What I Miss

Rust is safe and fast but lacks the expressive elegance found in Scala.
fromInfoWorld
4 weeks ago

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

The new memory management system improves efficiency by 36% and eliminates service-disrupting OOM errors.
fromTechzine Global
4 weeks ago

Alibaba Cloud presents Memory over-subscription without risks

Efficient memory management in cloud databases improves performance and cost savings.
Eigen+ enables safe memory over-subscription by excluding unpredictable instances.
fromInfoWorld
1 month 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
fromHackernoon
8 months ago

Related Work: vAttention in LLM Inference Optimization Landscape | HackerNoon

Efficient optimization of LLM inference is essential for reducing latency and improving performance in AI applications.
#large-language-models
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

fromInfoQ
1 month ago

Beyond Objects and Functions: Exploring Data-Oriented Programming

Data-oriented programming (DOP) emphasizes efficient data management over traditional object-centric approaches for improved performance.
#java
Python
fromPyPy
1 month ago

How fast can the RPython GC allocate?

RPython GC can allocate objects efficiently in tight loops, requiring only 11 instructions on average.
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
fromHackernoon
4 months ago

Generic Functions on Slices: A Guide to Help You Understand | HackerNoon

The slices package enhances slice manipulation by using generics, allowing less code redundancy and clearer slice operations.
Node JS
fromPythonSpeed
2 months ago

Loading Pydantic models from JSON without running out of memory

Pydantic can dramatically increase memory usage when handling large JSON files, necessitating alternative solutions.
#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

fromHackernoon
4 months ago

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

The introduction of runtime.AddCleanup and weak.Pointer in Go 1.24 allows developers to manage memory more efficiently, providing advanced functionality for garbage collection.
Miscellaneous
Scala
fromInfoWorld
5 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.
#go-language
fromInfoQ
5 months ago
Scala

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

Go 1.24 enhances the Go language with features like generic type aliases and weak pointers.
fromInfoQ
6 months ago
JavaScript

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
5 months ago
Scala

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

JavaScript
fromInfoQ
6 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

vLLM was tested using various Transformer-based large language models to evaluate its performance under load.
fromInfoQ
7 months ago

Challenges of Creating iOS App Extensions at Lyft

Lyft engineers efficiently manage iOS app extension development by optimizing dependencies, binary size, and memory usage while adhering to Apple's constraints.
[ Load more ]