Skip to content

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

WordPress logo

Popular topic

WordPress is a popular content management system, used for websites and blogs.

App recommended by GitHub

Sonatype DepShield

Sonatype DepShield is a GitHub App used by developers to identify and remediate vulnerabilities in their open source dependencies.

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

App recommended by GitHub

Travis CI

Travis CI enables your team to test and ship your apps with confidence. It’s built for everyone and for projects and teams of all sizes, supporting over 20 different languages out of the box, including Javascript and Node.js, Ruby, PHP, Python, Mac/iOS, as well as Docker, while giving you full control over the build environment to customize it to your own needs.

Travis CI is trusted by hundreds of thousands of open source projects, teams, and developers.