Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-201

Use Pair<String, String> instead of String concatenation to reduce garba...

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      ...ge when searching in Rex expr caches

      Avoid string concatenation when canonizing expressions in `RexProgramBuilder`.
      At best we should avoid `Map` altogether (especially when `ProgramBuilder` is created for a known program just to optimize it), however `Pair<String, String>` key will be simpler for creation, hash code check and comparison (i.e. `String` instances will cache their hashCodes, etc)

      The assumption is `expr.toString()` and `expr.getType().getFullTypeString()` are garbage-free (those methods just return already existing fields)

      ---------------- Imported from GitHub ----------------
      Url: https://github.com/julianhyde/optiq/pull/201
      Created by: vlsi
      Labels:
      Created at: Mon Mar 24 16:16:32 CET 2014
      State: closed

      Attachments

        Activity

          People

            Unassigned Unassigned
            github-import GitHub Import
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: