The Wayback Machine - http://web.archive.org/web/20220112031329/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

Git logo

Popular topic

Git is the most widely used version control system.

 
App recommended by GitHub

Coveralls

Coveralls.io: Deliver Better Code

We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.

Eliminate Tech Debt

Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.

Trending repository

强大的内网渗透辅助工具集-让Yasso像风一样 支持rdp,ssh,redis,postgres,mongodb,mssql,mysql,winrm等服务爆破,快速的端口扫描,强大的web指纹识别,各种内置服务的一键利用(包括ssh完全交互式登陆,mssql提权,redis一键利用,mysql数据库查询,winrm横向利用,多种服务利用支持socks5代理执行)

  • Updated Jan 11, 2022
  • Go
superset

Trending repository

Trending repository

stdpain
stdpain commented Jan 11, 2022

PackedInt128 is used to avoid the segment fault caused by using the aligned SSE instruction load16byte memory, and we can replace this class with unaligned_load entirely.

unaligned_access file path: be/src/util/unaligned_access.h
packed int128 file path: be/src/util/types.h

use unaligned_load<int128_t> instead of reinterpret_cast<const PackedInt128*>(value)
eg:

int128_t tmp = una

Trending repository

Google Cloud Build screenshot

 
App recommended by GitHub

Google Cloud Build

Google Cloud Build

Google Cloud Build lets you create fast, consistent, reliable builds across all languages. Automatically build containers or non-container artifacts on commits to your GitHub repository. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.