Remove 2005 Remove Architecture Remove Benchmarking Remove Testing
article thumbnail

Web Performance Bookshelf

Rigor

This practical guide shows users how run tests & interpret results to gain a better and more thorough understanding of hidden features in WebPageTest. Information Architecture. For UX designers, product managers, developers - essential concepts, methods, and techniques for digital design that have withstood the test of time.

article thumbnail

Faster remainders when the divisor is a constant: beating compilers and libdivide

Daniel Lemire

I believe that all optimizing C/C++ compilers know how to pull this trick and it is generally beneficial irrespective of the processor’s architecture. The divisibility test is similar… uint64_t c = 1 + UINT64_C ( 0xffffffffffffffff ) / d ; // given precomputed c, checks whether n % d == 0. Can we do better?

C++ 279
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

The Surprising Effectiveness of Non-Overlapping, Sensitivity-Based Performance Models

John McCalpin

The presentation discusses a family of simple performance models that I developed over the last 20 years — originally in support of processor and system design at SGI (1996-1999), IBM (1999-2005), and AMD (2006-2008), but more recently in support of system procurements at The Texas Advanced Computing Center (TACC) (2009-present).

article thumbnail

Data Mining Problems in Retail

Highly Scalable

A/B testing and panel surveys are used in such cases to get additional data points that improve the precision of the model. A recommender system with multiple objectives was suggested in [JW10] and then developed and tested in practice at a large scale by LinkedIn [RP12]. Jain, 2005. Problem 1 : Response Modeling. Jannach, M.

Retail 152