Skip to content

Commit

Permalink
updated LICENSE copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
suiginsoft committed Dec 31, 2016
1 parent 3e5f749 commit 5ac3415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

© 2015 suigin <suigin AT national.shitposting.agency>
© 2015-2017 suigin <suigin AT national.shitposting.agency>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ hebimath - arbitrary precision arithmetic library
-------------------------------------------------------------------------------
[![Build Status](https://travis-ci.org/suiginsoft/hebimath.svg?branch=master)](https://travis-ci.org/suiginsoft/hebimath)
[![Coverity Scan](https://img.shields.io/coverity/scan/11311.svg)](https://scan.coverity.com/projects/suiginsoft-hebimath)
[![License](https://img.shields.io/packagist/l/doctrine/orm.svg)](https://github.com/suiginsoft/hebimath/raw/master/LICENSE)

What is Hebimath?
===============================================================================
Expand Down Expand Up @@ -48,8 +49,6 @@ Hebimath adheres to these principles in its implementation:
version, favor runtime speed above all else.
- Avoid unnecessary memory allocations, and delay allocations until they are
absolutely required for output variables.
- Prefer pure numerical methods over use of lookup tables as accessing uncached
memory is becoming more expensive in terms of latency on modern processors.
- Allocate all temporary work memory upfront for algorithms using sharp upper
bounds on the input argument lengths. No allocations/deallocations at each
recursive or iterative level.
Expand Down

0 comments on commit 5ac3415

Please sign in to comment.