Tag

Dynamic Deployment

0 views collected around this technical thread.

ByteDance Terminal Technology
ByteDance Terminal Technology
Nov 9, 2021 · Artificial Intelligence

Edge AI Video Preloading: Case Study and Implementation with ByteDance's Client AI Platform

This article presents a comprehensive case study of applying edge AI to video preloading on the Xigua Video platform, detailing scenario analysis, predictive modeling of user behavior, feature engineering, on‑device model inference, dynamic algorithm package deployment, experimental evaluation, and the resulting performance and cost improvements.

A/B testingDynamic DeploymentFeature Engineering
0 likes · 18 min read
Edge AI Video Preloading: Case Study and Implementation with ByteDance's Client AI Platform
Youku Technology
Youku Technology
Aug 31, 2020 · Backend Development

Java Dynamic Class Loading, HotSwap, and Multi-ClassLoader Strategies for YMAP Micro-Application Platform

The article explains how Java’s dynamic class loading, HotSwap, and multi‑ClassLoader architectures can overcome long restart times, detailing YMAP’s serverless‑style platform that uses isolated ClassLoaders, cgroup‑based multi‑tenant isolation, and rapid build‑to‑test pipelines to achieve second‑level deployments.

ClassLoaderDynamic DeploymentHotSwap
0 likes · 10 min read
Java Dynamic Class Loading, HotSwap, and Multi-ClassLoader Strategies for YMAP Micro-Application Platform
58 Tech
58 Tech
Dec 25, 2019 · Mobile Development

NJCS: A Lightweight Dynamic Deployment Solution for iOS Apps – Usage Guide

This article introduces NJCS, a lightweight dynamic deployment framework for iOS that enables rapid feature updates without App Store re‑approval, explains its background, integration steps, page creation, navigation APIs, UI component usage, notification handling, and provides practical code examples for developers.

Dynamic DeploymentJavaScriptCoreNJCS
0 likes · 11 min read
NJCS: A Lightweight Dynamic Deployment Solution for iOS Apps – Usage Guide
58 Tech
58 Tech
Oct 30, 2019 · Mobile Development

Dynamic Feature Deployment for iOS Apps: NJCS Architecture and Implementation

This article explains the need for rapid iOS feature updates without re‑submission, defines dynamic feature deployment, compares existing solutions, and details the design, architecture, code examples, and security controls of the NJCS lightweight Objective‑C runtime‑based dynamic deployment framework.

Dynamic DeploymentNJCSObjective-C Runtime
0 likes · 10 min read
Dynamic Feature Deployment for iOS Apps: NJCS Architecture and Implementation
Liulishuo Tech Team
Liulishuo Tech Team
Aug 19, 2016 · Mobile Development

Android Resource Obfuscation and Hot Patching Techniques for Application Optimization

The article explores Android development optimization techniques, specifically detailing resource obfuscation methods that modify resource paths to reduce APK size and increase security, alongside hot patching strategies using native hooks or classloader-based dex replacement to enable dynamic bug fixes and feature updates without full app redeployment.

APK optimizationAndroid DevelopmentDynamic Deployment
0 likes · 11 min read
Android Resource Obfuscation and Hot Patching Techniques for Application Optimization