#optimization

[ follow ]
#digital-advertising
#python
Python
fromInfoWorld
1 month ago

Making Python faster won't be easy, but it'll be worth it

Python's performance challenges primarily stem from its dynamic nature, making native speed optimization complex despite various external solutions.
Python
fromInfoWorld
1 month ago

Making Python faster won't be easy, but it'll be worth it

Python's performance challenges primarily stem from its dynamic nature, making native speed optimization complex despite various external solutions.
fromTechzine Global
2 weeks ago

How Nutanix uses Nutanix

"Our internal deployment is one of our major strategic initiatives. Through 'Nutanix on Nutanix', we leverage our solutions for our own benefit and efficiency."
Tech industry
fromMedium
3 weeks ago

Understanding the load() Function in Apache Spark: Syntax, Examples, and Best Practices

The load() function is a general-purpose API in Spark used to read data from various sources. It allows you to specify the format...
Data science
fromIT Pro
3 weeks ago

SAS thinks quantum AI has huge enterprise potential - here's why

SAS is investing heavily in quantum AI technologies to maintain a competitive edge in enterprise solutions.
Artificial intelligence
#ai
Marketing tech
fromHackernoon
3 months ago

AI Just Took Over Ad Targeting-And It's Smarter, Faster, and Less Creepy Than Ever | HackerNoon

AI-driven ad platforms must efficiently handle and analyze massive data volumes for optimal ad targeting and spending.
Business intelligence
fromTechzine Global
3 months ago

Opkey launches ERP Lifecycle Optimization Platform

Opkey's platform leverages AI to optimize ERP lifecycle management, aiming to reduce failure rates for implementations.
A significant percentage of ERP implementations fail, highlighting the need for better solutions.
fromHackernoon
1 year ago
Artificial intelligence

New Formula Could Make AI Agents Actually Useful in the Real World | HackerNoon

Marketing tech
fromHackernoon
3 months ago

AI Just Took Over Ad Targeting-And It's Smarter, Faster, and Less Creepy Than Ever | HackerNoon

AI-driven ad platforms must efficiently handle and analyze massive data volumes for optimal ad targeting and spending.
Business intelligence
fromTechzine Global
3 months ago

Opkey launches ERP Lifecycle Optimization Platform

Opkey's platform leverages AI to optimize ERP lifecycle management, aiming to reduce failure rates for implementations.
A significant percentage of ERP implementations fail, highlighting the need for better solutions.
fromHackernoon
1 year ago
Artificial intelligence

New Formula Could Make AI Agents Actually Useful in the Real World | HackerNoon

fromHackernoon
1 year ago

From RecyclerView to LazyColumn: A Performance Optimization Playbook for Jetpack Compose | HackerNoon

The jump to Jetpack Compose highlights the effortless handling of lists, eliminating the complexity of adapters while ensuring effective performance with LazyColumn.
Mobile UX
fromInc
1 month ago

How to Take Control of Your Marketing Strategy and Drive Consistent Results

One client I worked with ran a thriving medical practice but struggled with feast-or-famine marketing.
Marketing tech
#software-development
Growth hacking
fromInfoQ
2 months ago

A Walk Along the Complexity-performance Curve

Understanding the performance complexity curve clarifies the relationship between system performance and complexity during optimization.
Growth hacking
fromInfoQ
2 months ago

A Walk Along the Complexity-performance Curve

Understanding the performance complexity curve clarifies the relationship between system performance and complexity during optimization.
fromGrant Slatton's Blog
1 month ago

Typo Minimizing Keyboard

The article discusses the problem of 'valid typos' on QWERTY keys, where adjacent letters cause confusion, and explores optimizing keyboard layouts to minimize this issue.
Exercise
fromPsychology Today
1 month ago

5 Mistakes Hard Workers Make

Hard work is linked to conscientiousness, which brings many positive outcomes.
Hard work can have pitfalls; awareness could help mitigate them.
Maintaining a diligent identity doesn't require constant hard work.
#performance
Scala
fromtowardsdatascience.com
3 months ago

Nine Rules for SIMD Acceleration of Your Rust Code (Part 1) | Towards Data Science

SIMD operations in Rust allow for significant performance improvements, especially with specific data conditions.
Scala
fromtowardsdatascience.com
3 months ago

Nine Rules for SIMD Acceleration of Your Rust Code (Part 1) | Towards Data Science

SIMD operations in Rust allow for significant performance improvements, especially with specific data conditions.
fromHackernoon
3 months ago

How 44 Different Algorithms Compare in Power Flow Optimization | HackerNoon

The evaluation of 44 methods reveals the importance of constraints in linearly constrained programming, emphasizing their impact on the effectiveness of the programming models.
Miscellaneous
UX design
fromShopify
6 months ago

Effective Tactics for Customer Journey Optimization (2024) - Shopify

Customer journey optimization enhances every interaction in the customer experience, leading to increased conversions and customer satisfaction.
#stalker-2
fromVG247
7 months ago
Video games

After Stalker 2 on Xbox Series S felt "impossible," GSC now thinks any game can reach the console's memory limits, and PC version is more optimized

fromVG247
7 months ago
Video games

After Stalker 2 on Xbox Series S felt "impossible," GSC now thinks any game can reach the console's memory limits, and PC version is more optimized

#llms
fromMedium
8 months ago

Tail recursion

Tail recursion is a form of recursion where the recursive call is the final operation, allowing compilers to optimize for memory efficiency, akin to loops.
JavaScript
[ Load more ]