Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

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

nushell
Trending repository
OWASP cheatsheets
GitHub security recommendation

Browse a laser-focused collection of information on application security topics, created by a variety of application security professionals with expertise in specific topics.

Popular topic

Ansible

Ansible is a simple and powerful automation engine.

GitHub Universe
Upcoming event recommended by GitHub
Nov
13

GitHub Universe

November 13, 2019 - November 14, 2019 • San Francisco

GitHub Universe is a conference for the builders, planners, and leaders defining the future of software.
App recommended by GitHub

LeanBoard

Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

Nim
Trending repository
mp035
mp035 commented Sep 11, 2019

When using basic operators (+,-,*,div) on integers of different lengths (eg uint16 and uint32), implicit conversion only works when the longest type is first. It is expected that the order of operands on these operators should not affect the operation.

Example

var a:uint16 = 1
var b:uint32 = 2

echo(b+a) # works
echo(b-a) # works
echo(b*a) # works
echo(b div a) #works
mall-learning
Trending repository

mall学习教程,架构、业务、技术要点全方位解析。mall项目(20k+star)是一套电商系统,使用现阶段主流技术实现。 涵盖了SpringBoot2.1.3、MyBatis3.4.6、Elasticsearch6.2.2、RabbitMQ3.7.15、Redis3.2、Mongodb3.2、Mysql5.7等技术,采用Docker容器化部署。

  • Updated Sep 27, 2019
  • 209 commits
  • Java
cat
Trending repository

CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。

  • Updated Sep 27, 2019
  • 7 commits
  • Java
nebula
Trending repository
dangleptr
dangleptr commented Jul 23, 2019

Currently, we have no limit for parts number.

For our system key, the prefix is __system__

So if partId large enough (larger than 2037604191), it has conflicts with the system key.

Besides that, for system keys(we just check the first byte is '_' or not), compaction will skip them. They will never be deleted.

Maybe we could set the max limit for the parts number and ch

tensorflow
Trending repository
You can’t perform that action at this time.