rdsubhas (Subhas Dandapani)
- Login: rdsubhas
- Email: rdsubhas@gmail.com
- Registered on: 04/13/2015
- Last sign in: 04/13/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/13/2015
-
08:33 PM Ruby Feature #11066 (Rejected): symbol.to_s performance - caching and returning a frozen string
- Hi, this is my first report so please bear with me if its bad.
Symbol.to_s creates a new string upon every call. This seems to be a huge waste of time. In typical Rails applications, "to_json" is called hundreds of times for ActiveRec...