tixxit on master
Fix Polynomial Gen Merge pull request #758 from Lu… (compare)
ag --scala BuildInfo
doesn't return any results in a clean checkout of the spire code
✘ /opt/mtomko/spire master ag -a --scala BuildInfo
platform/js/target/streams/compile/buildInfo/$global/streams/sbt-buildinfo/BuildInfo.scala
6:case object BuildInfo {
platform/js/target/scala-2.12/src_managed/main/sbt-buildinfo/BuildInfo.scala
6:case object BuildInfo {
platform/jvm/target/streams/compile/buildInfo/$global/streams/sbt-buildinfo/BuildInfo.scala
6:case object BuildInfo {
platform/jvm/target/scala-2.12/src_managed/main/sbt-buildinfo/BuildInfo.scala
6:case object BuildInfo {
/opt/mtomko/spire master
-a
BuildInfo
files
(Double, Double)
allover the place.
Tuple2
is specialized, so you won't allocate too many objects; but still, every computation will allocate a new tuple.
Vec2, Vec3, Mat2, Mat3, Mat4
.VectorSpace
or Quaternion
, however given the scientific nature of the library, it might not be the best choice to use them in a realtime graphics environment.