Content Explore

字节跳动自研强一致在线KV与表格存储实践

Published : 2020-06-07 Categories : Database and Storage Tags : google spanner raft KV RocksDB KeyRange HashRange SQL
文章作者:字节跳动基础架构团队
内容来源:字节跳动技术团队
导读:
自从 Google 发布 Spanner 论文后,国内外相继推出相关数据库产品或服务来解决数据库的可扩展问题。字节跳动在面对海量数据...

Building a more accurate time service at Facebook scale

Published : 2020-05-25 Categories : Network Tags : NTP 卫星授时 授时服务 数据中心
By
Oleg Obleukhov
UPDATE:
To continue our support of this public NTP service, we have
open-sourced o...

Request-Response Olympics - The Search For The Perfect Request-Response Protocol

Published : 2020-03-22 Categories : Network Tags : RPC Protocol Network TCP HTTP gRPC Redis Bench Performance
This is a story of how we cut down response times significantly in our backend with a few simple ste...

字节跳动自研万亿级图数据库 & 图计算实践

Published : 2020-02-29 Categories : Graph Tags : 图数据库 图计算 字节跳动 Graph Database Graph Processing
1. 图状结构数据广泛存在
字节跳动的所有产品的大部分业务数据,几乎都可以归入到以下三种:
用户信息、用户和用户的关系(关注、好友等);
内容(视频、文章、广告等);
用户和内容的联系(点赞、评论、转...

自动驾驶: 激光雷达概述

在这篇文章中你将会看到:
无人驾驶传感器的种类
分分钟了解激光雷达的详细分类
传感器有哪些脑洞大开的布置方式
一、无人车是如何“看到”周围的?
聊感知,你得知道无人驾驶车都会有哪些传感器。无人车的造型...

百度中文纠错技术

Published : 2019-03-06 Categories : Algorithms Tags : NLP
分享嘉宾:付志宏 百度资深研发工程师
编辑整理:李润顺
内容来源:Baidu Brain & DataFun AI Talk《百度中文纠错技术》
出品社区:DataFun
本次分享聚焦于自然语...

KaTeX Supported Functions

Published : 2018-07-30 Categories : Tips
This is a list of TeX functions supported by KaTeX. It is sorted into logical groups.
There is a sim...

Tensorflow: The Confusing Parts (1)

Published : 2018-06-30 Categories : Machine Learning Tags : Tensorflow
Introduction
What is this? Who are you?
I’m Jacob, a
Google AI Resident
. When I started the residen...

TensorFlow : The Confusing Parts 1 (中文)

Published : 2018-06-30 Categories : Algorithms Tags : Tensorflow
导读: “我叫 Jacob,是谷歌 AI Residency 项目的学者。2017 年夏天我进入这个项目的时候,我自己的编程经验很丰富,对机器学习理解也很深刻,但以前我从未使用过 Tensorflow...

Linux下用火焰图进行性能分析

Published : 2018-06-28 Categories : Coding Tags : flamegraph flame graph perf profile debug
1 火焰图简介
很多人感冒发烧的时候, 往往会模仿神农氏尝百草的路子: 先尝尝抗病毒的药, 再试试抗细菌的药, 甭管家里有什么药挨个试, 什么中药西药, 瞎猫总会碰上死耗子, 如此做法自然是不可取的,...