Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
githubtesting02
/
chiapos
Public
forked from
Chia-Network/chiapos
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Apr 13, 2021
Prevent chiapos prover crashing for bad plots (#205)
Show description for ce6ccc2
mariano54
and
rostislav
authored
ce6ccc2
View commit details
Copy full SHA for ce6ccc2
Browse repository at this point
Commits on Apr 2, 2021
Add const qualifier to some local variables in phase 3
rostislav
authored and
hoffmang9
committed
f465238
View commit details
Copy full SHA for f465238
Browse repository at this point
Reduce entry sizes in non-bitfield phases 2 and 3
rostislav
authored and
hoffmang9
committed
5cd2f0d
View commit details
Copy full SHA for 5cd2f0d
Browse repository at this point
Reduce size of entries written in phases 1 and 2
Show description for f346f2e
rostislav
authored and
hoffmang9
committed
f346f2e
View commit details
Copy full SHA for f346f2e
Browse repository at this point
Reduce size of entries written in the second pass of phase 3
Show description for 50856aa
rostislav
authored and
hoffmang9
committed
50856aa
View commit details
Copy full SHA for 50856aa
Browse repository at this point
Reduce size of line_point from 2*k to 2*k-1 bits in phase 3
rostislav
authored and
hoffmang9
committed
130f0fc
View commit details
Copy full SHA for 130f0fc
Browse repository at this point
Use AppendValue instead of constructing Bits object in phase 3
rostislav
authored and
hoffmang9
committed
d0b67b5
View commit details
Copy full SHA for d0b67b5
Browse repository at this point
Reduce size of new_pos from k + 1 to k bits in phase 3
Show description for 16b61a5
rostislav
authored and
hoffmang9
committed
16b61a5
View commit details
Copy full SHA for 16b61a5
Browse repository at this point
Reduce size of sort_key from k + 1 to k bits in phases 2 and 3
Show description for 7bacb3a
rostislav
authored and
hoffmang9
committed
7bacb3a
View commit details
Copy full SHA for 7bacb3a
Browse repository at this point
use compiler intrinsics for byte swapping, instead of platform specific functions/macros. (#187)
Show description for a3c390f
arvidn
authored
a3c390f
View commit details
Copy full SHA for a3c390f
Browse repository at this point
Feat: measure time to copy from -2 to -d (#191)
L3Sota
authored
8d4cd80
View commit details
Copy full SHA for 8d4cd80
Browse repository at this point
Retry FileDisk Open for should-be-existing files (#179)
Show description for ad49a2b
3 people
authored
ad49a2b
View commit details
Copy full SHA for ad49a2b
Browse repository at this point
Commits on Mar 30, 2021
make the read and write disk caches smaller. (#200)
Show description for 48321e8
arvidn
authored
48321e8
View commit details
Copy full SHA for 48321e8
Browse repository at this point
Commits on Mar 28, 2021
Fetch content gulrak and update to current version
hoffmang9
committed
a614cee
View commit details
Copy full SHA for a614cee
Browse repository at this point
Get a known version of cxxopts via CMake
hoffmang9
committed
2c1d080
View commit details
Copy full SHA for 2c1d080
Browse repository at this point
Commits on Mar 27, 2021
Remove pybind11 submodule - fetch content working
hoffmang9
committed
27fe3d2
View commit details
Copy full SHA for 27fe3d2
Browse repository at this point
Fix @arvidn's good catch and clarify state of the cmakelist.txt
hoffmang9
committed
47a8add
View commit details
Copy full SHA for 47a8add
Browse repository at this point
document the origin of FiniteStateEntropy
hoffmang9
committed
f0b28c3
View commit details
Copy full SHA for f0b28c3
Browse repository at this point
Add comments about the choice of memory size for sort managers
rostislav
authored and
hoffmang9
committed
618a2af
View commit details
Copy full SHA for 618a2af
Browse repository at this point
Use all allocated memory for sorting in phases 3 and 4
Show description for ee238ab
rostislav
authored and
hoffmang9
committed
ee238ab
View commit details
Copy full SHA for ee238ab
Browse repository at this point
Increase size of bitfield index by 8x
Show description for 19da106
rostislav
authored and
hoffmang9
committed
19da106
View commit details
Copy full SHA for 19da106
Browse repository at this point
hellman_example|src: Throw proper exceptions (#192)
Show description for 1081a35
xdustinface
authored
1081a35
View commit details
Copy full SHA for 1081a35
Browse repository at this point
Commits on Mar 25, 2021
don't fall off the end of the deltas into garbage (#189)
Show description for 1e9c72d
wjblanke
and
mariano54
authored
1e9c72d
View commit details
Copy full SHA for 1e9c72d
Browse repository at this point
Add flag for displaying progress
aqk
authored and
hoffmang9
committed
6fed57e
View commit details
Copy full SHA for 6fed57e
Browse repository at this point
Add simple progress percentage display
aqk
authored and
hoffmang9
committed
768ea53
View commit details
Copy full SHA for 768ea53
Browse repository at this point
Commits on Mar 18, 2021
Use optimized popcnt instruction on all platforms if available
Show description for 2f88912
rostislav
authored and
hoffmang9
committed
2f88912
View commit details
Copy full SHA for 2f88912
Browse repository at this point
Use uint128_t instead of Bits in the second pass of phase 3
Show description for e2e8b59
rostislav
authored and
hoffmang9
committed
e2e8b59
View commit details
Copy full SHA for e2e8b59
Browse repository at this point
Use uint64_t instead of Bits when rewriting left entries in phase 1
Show description for db76fd0
rostislav
authored and
hoffmang9
committed
db76fd0
View commit details
Copy full SHA for db76fd0
Browse repository at this point
Commits on Mar 15, 2021
Change to main from master
hoffmang9
committed
697330e
View commit details
Copy full SHA for 697330e
Browse repository at this point
Fix wrong default for --no-bitfield option in CI test script
Show description for 3e478d8
rostislav
authored and
hoffmang9
committed
3e478d8
View commit details
Copy full SHA for 3e478d8
Browse repository at this point
Commits on Mar 11, 2021
Replace Bits with uint128_t in phase 2
Show description for 5b36c79
rostislav
authored and
hoffmang9
committed
5b36c79
View commit details
Copy full SHA for 5b36c79
Browse repository at this point
Commits on Mar 8, 2021
Add Dockerile for Ubuntu 20.04
Show description for ca5d9a6
zmeyc
authored and
hoffmang9
committed
ca5d9a6
View commit details
Copy full SHA for ca5d9a6
Browse repository at this point
Commits on Mar 4, 2021
Don't build bad MacOS universal wheels
hoffmang9
committed
3ab95e6
View commit details
Copy full SHA for 3ab95e6
Browse repository at this point
revert changes to uint128_t_config.include
hoffmang9
committed
27d179d
View commit details
Copy full SHA for 27d179d
Browse repository at this point
add endianness.h
hoffmang9
committed
f8a6e90
View commit details
Copy full SHA for f8a6e90
Browse repository at this point
Previous
Next
You can’t perform that action at this time.