Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
performance
- Page 1
Re: Delete unused MySQL indexes
Programming
Databases
5 Hours Ago
by Reverend Jim
… that if you delete an index and then take a
performance
hit it's likely not an unused one.
Re: Are Cross-Platform Apps Slower Than Native? Or Is That Just a Myth in 2025?
Hardware and Software
Cloud-based Apps
3 Days Ago
by asadalig
… like Flutter, React Native, and Kotlin Multiplatform have closed the
performance
gap significantly. If developers optimize properly, most users won’t… notice a difference. However, for extremely high-
performance
needs like advanced gaming or heavy AR, native still holds…
Re: Justice Department Offers Grants Against Internet Predators
Digital Media
Digital Marketing
2 Days Ago
by JackRyan248
…, with results being posted to an unspecified website, and with
performance
objectives ranging from the number of jobs increased, the percent…
Re: How to speed up my (WordPress) website?
Digital Media
Digital Marketing
3 Days Ago
by Dani
… is super fast (92% on mobile and 99% on desktop
performance
according to Google Page Speed). I see that this question…
Re: Looking for AI app developers
Programming
Mobile Development
2 Days Ago
by jonathannweyer
… SDK include tools for quantizing or optimizing models for mobile
performance
, or are you expecting developers to handle that beforehand?
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Weeks Ago
by usmanmalik57
… Several metrics exist to evaluate the text summarization
performance
of AI models. [ROUGE metric](https://en.wikipedia…used criteria for multiclassification problems, to evaluate our model's
performance
. ```python model = "gpt-4.1"… for simpler tasks such as text classification and
performance
. However, GPT-4.1 is [cheaper compared…
Are Cross-Platform Apps Slower Than Native? Or Is That Just a Myth in 2025?
Hardware and Software
Cloud-based Apps
2 Weeks Ago
by Himadri_3
… the upper hand when it came to speed and smooth
performance
. They were built specifically for iOS or Android, so naturally… your take. Have you worked with both? Noticed any real
performance
issues?
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
… a very simple method that matches this
performance
. However, DiDi goes far beyond: its
performance
is proportional to K × (maximum key length…
Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
…. * The index is always sorted and therefore requires no reorganization. *
Performance
is proportional to the length of the keys, not to…
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
… theoretical lower bound. It takes a fundamentally different approach: its
performance
is proportional to K × (maximum key length), independent of the…
What tools or tweaks improved your outreach and link-building efforts?
Digital Media
Digital Marketing
3 Weeks Ago
by malliecorey
…, focus on earning quality backlinks from relevant sites. Also, track
performance
using Google Search Console and update underperforming pages. Patience and…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Weeks Ago
by scope_2
… content. Combined with caching and CDNs, lazy loading significantly improves
performance
and user experience on modern websites.
Re: Differential Directory, indexing method
Programming
Software Development
1 Week Ago
by xrjf
… the code, aiming for a more professional structure and better
performance
. The updated version avoids freezing the UI during long operations…
Re: Is linux your daily driver?
Hardware and Software
Linux and Unix
4 Weeks Ago
by jkon
… is limited, so I can't comment on Ubuntu's
performance
in that area. Ultimately, I prefer an operating system that…
Re: Any jQuery 4 users?
Programming
Web Development
3 Weeks Ago
by Neil_brown001
… the hood. Here are a few things I've noticed:
Performance
feels snappier in general, especially when chaining a bunch of…
Re: Looking for AI app developers
Programming
Mobile Development
2 Weeks Ago
by KamalDeepPareek
… will it support first (Android/iOS)? Any early benchmarks on
performance
or battery usage? We might be interested in collaborating or…
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
2 Weeks Ago
by graceweb
It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not …
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by rproffitt
DiDi appears to be some China based UBER service but then again I can't find a question or much else to discuss here.
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
About DiDi DiDi (Differential Directory) was originally developed as part of my thesis project in the early 1990s. The name bears no relation to the more recent Chinese ride-sharing company. At the time, DiDi was a novel approach within its academic context, but a change in legislation unfortunately led to the closure of the school and the …
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
"Just to clarify a previous mistake: the efficiency should be K × N × log₂(N), not K × log₂(N) as I initially wrote."
Re: What tools or tweaks improved your outreach and link-building efforts?
Digital Media
Digital Marketing
3 Weeks Ago
by Salem
6 to 12 months is a long time to wait to figure out whether your "seo expert" is genuine, or a fly-by-night cowboy who's already vanished with the cash without producing a result. How do you tackle this?
Re: Differential Directory, indexing method
Programming
Software Development
2 Weeks Ago
by xrjf
I've just made an update because some records weren't being added properly. The issue was that the form didn't take into account that the register field (in the call to DiDi) is passed by reference.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Weeks Ago
by gediminas.bukauskas.7
Here is a problem: Blazor WEB application working in SSR mode performs partial update of the page after posting. JS initialization does not work in this case. It is difficult to find correct event for performing JS operations.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
… any metric. I don’t get the "
performance
optimization is entirely different from breaking functionality or affecting the… functionality and affecting the UI/UX before making any
performance
optimizations. In a new web app, however, you… can take the opposite approach—optimize
performance
first and then build the UI/UX around it.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
… I do not see a reason to not use a
performance
optimization that will benefit 96% of web users, and degrade… *now*? I especially disagree with you because this is a
performance
optimization. As a completely unrelated example, if you could implement…
Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by usmanmalik57
…. **Note:** We used the first 20 articles to test model
performance
. You can use any number of articles for testing. ```python…
How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by faisalsaraj
…. Focusing on adaptive design principles can further enhance usability and
performance
. What are your thoughts on best practices for tackling this…
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by policenbicleara
Llama-70B struggles with sentiment analysis (69% accuracy) vs. Qwen-32B (87%). Summarization
performance
is weaker, with lower ROUGE scores. Qwen-32B is the better choice—smaller, faster, and more accurate.
Hi everyone, I'm keithwalker
Community Center
Say Hello!
2 Months Ago
by keithwalker
I am currently serving as the Head of Engineering at Bizmia LLC, where I lead technical innovations, development strategies, and engineering teams to deliver high-
performance
solutions.
Re: How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by gorgebutler
… to write a single code base for both platforms. Optimizing
performance
, focusing on user-friendly design, and following platform-specific guidelines…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC