Tagged articles
3 articles
Page 1 of 1
Qunar Tech Salon
Qunar Tech Salon
Nov 14, 2019 · Mobile Development

Implementing A/B Testing for Low‑Frequency Mobile App Home UI with a Hybrid Client‑Server Approach

This article explains the challenges of low‑frequency home‑page UI A/B testing in a mobile app and presents a hybrid client‑server solution that assigns UUIDs to users, uses MurmurHash for logical grouping, maps to business groups, and outlines server‑side handling and best practices.

A/B testingMurmurHashUser Segmentation
0 likes · 7 min read
Implementing A/B Testing for Low‑Frequency Mobile App Home UI with a Hybrid Client‑Server Approach
21CTO
21CTO
Mar 30, 2016 · Fundamentals

Choosing the Right Hash Algorithm: Thomas Wang vs. MurmurHash

This article explains how to select appropriate hash functions for different key types, compares Thomas Wang's integer mix function with MurmurHash for strings, and details rehash strategies, load factor thresholds, and value storage structures in hash tables.

Data StructuresMurmurHashRehash
0 likes · 6 min read
Choosing the Right Hash Algorithm: Thomas Wang vs. MurmurHash